Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161236 Details for
Bug 250772
GFS2: assertion failure gfs2_block_map, file = fs/gfs2/bmap.c, line = 475
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to forcibly unstuff the quota inode in gfs2_adjust_quota()
bz250772-PART2.patch (text/plain), 637 bytes, created by
Abhijith Das
on 2007-08-13 22:42:24 UTC
(
hide
)
Description:
Patch to forcibly unstuff the quota inode in gfs2_adjust_quota()
Filename:
MIME Type:
Creator:
Abhijith Das
Created:
2007-08-13 22:42:24 UTC
Size:
637 bytes
patch
obsolete
>Index: gfs2-2.6-nmw/fs/gfs2/quota.c >=================================================================== >--- gfs2-2.6-nmw.orig/fs/gfs2/quota.c 2007-08-13 17:33:50.000000000 -0500 >+++ gfs2-2.6-nmw/fs/gfs2/quota.c 2007-08-13 17:34:52.000000000 -0500 >@@ -617,6 +617,16 @@ > s64 value; > int err = -EIO; > >+ if (gfs2_is_stuffed(ip)) { >+ struct gfs2_alloc *al = NULL; >+ al = gfs2_alloc_get(ip); >+ /* just request 1 blk */ >+ al->al_requested = 1; >+ gfs2_inplace_reserve(ip); >+ gfs2_unstuff_dinode(ip, NULL); >+ gfs2_inplace_release(ip); >+ gfs2_alloc_put(ip); >+ } > page = grab_cache_page(mapping, index); > if (!page) > return -ENOMEM;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250772
:
161189
| 161236