xfs: get rid of indirections in the quotaops implementation
authorChristoph Hellwig <hch@lst.de>
Mon, 9 Feb 2009 07:47:34 +0000 (08:47 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 9 Feb 2009 07:47:34 +0000 (08:47 +0100)
commitfcafb71b57a039f2113b0321b3b5535fea3a0aca
treeba092276254f40cecb55764b7b4038eccdc6a296
parentc9a192dcf906a33f59c555924e7796a4b9454217
xfs: get rid of indirections in the quotaops implementation

Currently we call from the nicely abstracted linux quotaops into a ugly
multiplexer just to split the calls out at the same boundary again.
Rewrite the quota ops handling to remove that obfucation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
12 files changed:
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_linux.h
fs/xfs/linux-2.6/xfs_quotaops.c [new file with mode: 0644]
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_super.h
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/quota/xfs_qm.h
fs/xfs/quota/xfs_qm_bhv.c
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_qmops.c
fs/xfs/xfs_quota.h