]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
GFS2: quotas not being refreshed in gfs2_adjust_quota
authorAbhi Das <adas@redhat.com>
Thu, 17 Apr 2014 05:55:04 +0000 (00:55 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 17 Apr 2014 08:59:40 +0000 (09:59 +0100)
commit991deec8193a20cf5a79a4c4bc01ba1a51c9ba5f
tree747dd133c61738975358ced1627298cf2b4e346e
parent6ca2a88ad820af56535ed1e6936e0490cb6ec6dc
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>
fs/gfs2/quota.c