From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 17 Apr 2014 10:15:04 +0100 Subject: [Cluster-devel] [GFS2 PATCH] gfs2: quotas not being refreshed in gfs2_adjust_quota In-Reply-To: <1397714104-1057-1-git-send-email-adas@redhat.com> References: <1397714104-1057-1-git-send-email-adas@redhat.com> Message-ID: <534F9B98.5010801@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On 17/04/14 06:55, Abhi Das wrote: > 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. Now in the -nmw git tree. Thanks, Steve. > Resolves: rhbz#1077463 > Signed-off-by: Abhi Das > --- > fs/gfs2/quota.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c > index c4effff..6193896 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: