diff options
author | Felix Blyakher <felixb@sgi.com> | 2009-02-09 11:52:34 -0600 |
---|---|---|
committer | Felix Blyakher <felixb@sgi.com> | 2009-02-09 11:52:34 -0600 |
commit | 8e08f6eb34af13b78d379a025e4c9f8612b47b95 (patch) | |
tree | 663bb4dcfa4552bb8daf19055d7e4d86a0ad84c2 /fs/xfs/xfs_qmops.c | |
parent | 9483c89eae58bee79b0280c625ca35a7b78fa300 (diff) | |
parent | fcafb71b57a039f2113b0321b3b5535fea3a0aca (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs
Diffstat (limited to 'fs/xfs/xfs_qmops.c')
-rw-r--r-- | fs/xfs/xfs_qmops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qmops.c b/fs/xfs/xfs_qmops.c index 27f80581520..e101790ea8e 100644 --- a/fs/xfs/xfs_qmops.c +++ b/fs/xfs/xfs_qmops.c @@ -126,7 +126,6 @@ static struct xfs_qmops xfs_qmcore_stub = { .xfs_dqvopchownresv = (xfs_dqvopchownresv_t) fs_noerr, .xfs_dqstatvfs = (xfs_dqstatvfs_t) fs_noval, .xfs_dqsync = (xfs_dqsync_t) fs_noerr, - .xfs_quotactl = (xfs_quotactl_t) fs_nosys, }; int |