xfs: cleanup log reservation calculactions
authorChristoph Hellwig <hch@infradead.org>
Tue, 4 May 2010 13:53:48 +0000 (13:53 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 28 May 2010 19:58:30 +0000 (14:58 -0500)
Instead of having small helper functions calling big macros do the
calculations for the log reservations directly in the functions.
These are mostly 1:1 from the macros execept that the macros kept
the quota calculations in their callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found