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)
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>

No differences found