commit | 36adecff50b69df0369cc2022650c6087aeb255f | [log] [tgz] |
---|---|---|
author | Alex Elder <aelder@sgi.com> | Tue Apr 13 15:21:13 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:12 2010 -0500 |
tree | 88341430b367a7b106c8eddcaaa90f1ffd2812db | |
parent | ff30a6221d95b609a37410a425937b11a55d465e [diff] |
xfs: nothing special about 1-block log sector There are a number of places where a log sector size of 1 uses special case code. The round_up() and round_down() macros produce the correct result even when the log sector size is 1, and this eliminates the need for treating this as a special case. Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>