commit | cc632e7f93465597896862cf9e50baefb1999215 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Sep 15 09:59:02 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Dec 03 11:49:09 2009 +0000 |
tree | 4a4a98f86e4fbfc5d127f2059c658ce2da1a87b0 | |
parent | 8c42d637f6f2859e0fb28b78d5add7f0dc6d0973 [diff] |
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>