From: Alex Elder Date: Tue, 13 Apr 2010 05:21:13 +0000 (+1000) Subject: xfs: nothing special about 1-block log sector X-Git-Tag: v2.6.35-rc1~468^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36adecff50b69df0369cc2022650c6087aeb255f;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed