aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/quota.c
diff options
context:
space:
mode:
authorAbhi Das <adas@redhat.com>2014-04-17 00:55:04 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2014-04-17 09:59:40 +0100
commit991deec8193a20cf5a79a4c4bc01ba1a51c9ba5f (patch)
tree747dd133c61738975358ced1627298cf2b4e346e /fs/gfs2/quota.c
parentMerge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
downloadlinux-dev-991deec8193a20cf5a79a4c4bc01ba1a51c9ba5f.tar.xz
linux-dev-991deec8193a20cf5a79a4c4bc01ba1a51c9ba5f.zip
GFS2: quotas not being refreshed in gfs2_adjust_quota
Old values of user quota limits were being used and could allow users to exceed their allotted quotas. This patch refreshes the limits to the latest values so that quotas are enforced correctly. Resolves: rhbz#1077463 Signed-off-by: Abhi Das <adas@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r--fs/gfs2/quota.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
index c4effff7cf55..619389649d03 100644
--- a/fs/gfs2/quota.c
+++ b/fs/gfs2/quota.c
@@ -778,6 +778,7 @@ get_a_page:
i_size_write(inode, size);
inode->i_mtime = inode->i_atime = CURRENT_TIME;
mark_inode_dirty(inode);
+ set_bit(QDF_REFRESH, &qd->qd_flags);
return 0;
unlock_out: