]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits
authorTao Ma <tao.ma@oracle.com>
Mon, 3 Mar 2008 09:12:09 +0000 (17:12 +0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:10 +0000 (08:56 -0700)
commit620a4bae3b0b691fa82dcdc57d0e6f51dd6cc116
tree02ac05f5d3177a402b21bd3aaceea1d6935ecc63
parent701bea8009c6648bd469c991f78682777f2514dc
ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bits

In some cases(Inode stealing from other nodes), we may not want
ocfs2_reserve_suballoc_bits to allocate new groups from the
global_bitmap since it may already be full. So add a new parameter
for this.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/suballoc.c