From: Sunil Mushran Date: Thu, 20 Dec 2007 22:58:11 +0000 (-0800) Subject: ocfs2: Local alloc window size changeable via mount option X-Git-Tag: v2.6.25-rc1~1232^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fbe8d1ebe004425b4f7b8bba345623d2280be82;p=pandora-kernel.git ocfs2: Local alloc window size changeable via mount option Local alloc is a performance optimization in ocfs2 in which a node takes a window of bits from the global bitmap and then uses that for all small local allocations. This window size is fixed to 8MB currently. This patch allows users to specify the window size in MB including disabling it by passing in 0. If the number specified is too large, the fs will use the default value of 8MB. mount -o localalloc=X /dev/sdX /mntpoint Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed