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 151411 Details for
Bug 234168
GFS2's rgrp flags unused
[?]
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 fix this bug
flags.diff (text/plain), 853 bytes, created by
Steve Whitehouse
on 2007-04-02 09:43:39 UTC
(
hide
)
Description:
Patch to fix this bug
Filename:
MIME Type:
Creator:
Steve Whitehouse
Created:
2007-04-02 09:43:39 UTC
Size:
853 bytes
patch
obsolete
>diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c >index 2ce48d4..1727f50 100644 >--- a/fs/gfs2/rgrp.c >+++ b/fs/gfs2/rgrp.c >@@ -698,8 +698,6 @@ struct gfs2_alloc *gfs2_alloc_get(struct gfs2_inode *ip) > * @al: the struct gfs2_alloc structure describing the reservation > * > * If there's room for the requested blocks to be allocated from the RG: >- * Sets the $al_reserved_data field in @al. >- * Sets the $al_reserved_meta field in @al. > * Sets the $al_rgd field in @al. > * > * Returns: 1 on success (it fits), 0 on failure (it doesn't fit) >@@ -710,6 +708,9 @@ static int try_rgrp_fit(struct gfs2_rgrpd *rgd, struct gfs2_alloc *al) > struct gfs2_sbd *sdp = rgd->rd_sbd; > int ret = 0; > >+ if (rgd->rd_rg.rg_flags & GFS2_RGF_NOALLOC) >+ return 0; >+ > spin_lock(&sdp->sd_rindex_spin); > if (rgd->rd_free_clone >= al->al_requested) { > al->al_rgd = rgd;
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 234168
: 151411