commit | 025101dca4480eff9da948405e872d5115030850 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue May 04 13:53:48 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri May 28 14:58:30 2010 -0500 |
tree | a35460cf1a1cce94bb19249328761551c8f1b6b1 | |
parent | 32891b292d6262d1db8e553cf3f4b38a91247b5a [diff] |
xfs: cleanup log reservation calculactions 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>