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)
commitffda89a3bf3b968bdc268584c6bc1da5c173cf12
tree02ac05f5d3177a402b21bd3aaceea1d6935ecc63
parentad5a4d7093a76fa245e277e6f0f0e168a08aeff7
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