GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 15 Sep 2009 08:59:02 +0000 (09:59 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 3 Dec 2009 11:49:09 +0000 (11:49 +0000)
commitcc632e7f93465597896862cf9e50baefb1999215
tree4a4a98f86e4fbfc5d127f2059c658ce2da1a87b0
parent8c42d637f6f2859e0fb28b78d5add7f0dc6d0973
GFS2: Hook gfs2_quota_sync into VFS via gfs2_quotactl_ops

The plan is to add further operations to the gfs2_quotactl_ops
in future patches. The sync operation is easy, so we start with
that one.

We plan to use the XFS quota control functions because they more
closely match the GFS2 ones.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Kconfig
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c
fs/gfs2/quota.h