commit | 500242ac6152b8f20903f043a86e6fdd51478845 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue May 15 14:51:54 2012 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed May 16 12:22:38 2012 +0100 |
tree | 5497aad0f4887aa67d3df2bf8057e5d0e51305c8 | |
parent | 41db1ab9bed189cb904f7b0e145c3c6030c094c6 [diff] |
GFS2: Fix quota adjustment return code This patch changes function gfs2_adjust_quota so that it properly returns a good (zero) return code on the normal path through the code. Without this, mounting GFS2 with -o quota=account periodically gave this error message: GFS2: fsid=cluster:fs: gfs2_quotad: sync error -5 Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>