]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitceb8294986be9e1c866ce608b371eb7289b75315
tree4a4a98f86e4fbfc5d127f2059c658ce2da1a87b0
parentc9ade8aa721bb835dd3fbc47829d0f0ec93417db
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