commit | fcafb71b57a039f2113b0321b3b5535fea3a0aca | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 09 08:47:34 2009 +0100 |
committer | Christoph Hellwig <hch@brick.lst.de> | Mon Feb 09 08:47:34 2009 +0100 |
tree | ba092276254f40cecb55764b7b4038eccdc6a296 | |
parent | c9a192dcf906a33f59c555924e7796a4b9454217 [diff] |
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>