xfs: remove iclog calculation special cases
authorChristoph Hellwig <hch@lst.de>
Mon, 9 Feb 2009 07:36:46 +0000 (08:36 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 9 Feb 2009 07:36:46 +0000 (08:36 +0100)
commit7153f8ba2b18f18f661d5cb172782bcae2eadce9
treeddbdda7ca3a8eab6496467c34100882354753094
parent8e9b6e7fa4544ea8a0e030c8987b918509c8ff47
xfs: remove iclog calculation special cases

Our default has been to always use 8 32KB log buffers for a while now, so
remove the special casing for larger block size filesystem to use the same
or even lower number of buffers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log.c