* [Cluster-devel] [GFS2 PATCH] gfs2: quotas not being refreshed in gfs2_adjust_quota
@ 2014-04-17 5:55 Abhi Das
2014-04-17 9:15 ` Steven Whitehouse
0 siblings, 1 reply; 2+ messages in thread
From: Abhi Das @ 2014-04-17 5:55 UTC (permalink / raw)
To: cluster-devel.redhat.com
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>
---
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:
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Cluster-devel] [GFS2 PATCH] gfs2: quotas not being refreshed in gfs2_adjust_quota
2014-04-17 5:55 [Cluster-devel] [GFS2 PATCH] gfs2: quotas not being refreshed in gfs2_adjust_quota Abhi Das
@ 2014-04-17 9:15 ` Steven Whitehouse
0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2014-04-17 9:15 UTC (permalink / raw)
To: cluster-devel.redhat.com
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 <adas@redhat.com>
> ---
> 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:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-17 9:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 5:55 [Cluster-devel] [GFS2 PATCH] gfs2: quotas not being refreshed in gfs2_adjust_quota Abhi Das
2014-04-17 9:15 ` Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).