[GFS2] Eliminate one instance of __GFP_NOFAIL
This removes one instance of GFP_NOFAIL from the glock callback function. It also fixes a bug where a , was used at a line end rather than ; causing unintended results. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
@@ -962,10 +962,8 @@ static int setattr_chown(struct inode *inode, struct iattr *attr)
|
||||
brelse(dibh);
|
||||
|
||||
if (ouid != NO_QUOTA_CHANGE || ogid != NO_QUOTA_CHANGE) {
|
||||
gfs2_quota_change(ip, -ip->i_di.di_blocks,
|
||||
ouid, ogid);
|
||||
gfs2_quota_change(ip, ip->i_di.di_blocks,
|
||||
nuid, ngid);
|
||||
gfs2_quota_change(ip, -ip->i_di.di_blocks, ouid, ogid);
|
||||
gfs2_quota_change(ip, ip->i_di.di_blocks, nuid, ngid);
|
||||
}
|
||||
|
||||
out_end_trans:
|
||||
|
Reference in New Issue
Block a user