gfs2: Fix some minor typos
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
281b4952d1
commit
243fea4df9
@ -2092,7 +2092,7 @@ int gfs2_inplace_reserve(struct gfs2_inode *ip, struct gfs2_alloc_parms *ap)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Skip unuseable resource groups */
|
/* Skip unusable resource groups */
|
||||||
if ((rs->rs_rbm.rgd->rd_flags & (GFS2_RGF_NOALLOC |
|
if ((rs->rs_rbm.rgd->rd_flags & (GFS2_RGF_NOALLOC |
|
||||||
GFS2_RDF_ERROR)) ||
|
GFS2_RDF_ERROR)) ||
|
||||||
(loops == 0 && ap->target > rs->rs_rbm.rgd->rd_extfail_pt))
|
(loops == 0 && ap->target > rs->rs_rbm.rgd->rd_extfail_pt))
|
||||||
|
Loading…
Reference in New Issue
Block a user