GFS2: Allow gfs2 to update quota usage values through the quotactl interface
commit802ec9b6682349d9d9c92a9e55f44324d2954f41
authorAbhijith Das <adas@redhat.com>
Thu, 18 Nov 2010 16:26:46 +0000 (18 11:26 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 30 Nov 2010 10:31:27 +0000 (30 10:31 +0000)
tree25e69625588e936e3cdc93dd648d07fcbfe73ce0
parentedc221d00bd5c6da0e5c67701f3782b72796619f
GFS2: Allow gfs2 to update quota usage values through the quotactl interface

With this patch the gfs2_set_dqblk() function will be able to update the
quota usage block count (FS_DQ_BCOUNT) in addition to the already supported
FS_DQ_BHARD (limit) and FS_DQ_BSOFT (warn) fields of the dquot structure.

Signed-off-by: Abhi Das <adas@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/quota.c