]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Allocate inode groups from global_bitmap.
authorTao Ma <tao.ma@oracle.com>
Tue, 24 Feb 2009 16:53:24 +0000 (00:53 +0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 3 Apr 2009 18:39:17 +0000 (11:39 -0700)
commit60ca81e82dae4aa2e8ae84cf96b4d08535931669
treeda9b5d2a002ae886ec5e82b7c49429437b1b772d
parent138211515c102807a16c02fdc15feef1f6ef8124
ocfs2: Allocate inode groups from global_bitmap.

Inode groups used to be allocated from local alloc file,
but since we want all inodes to be contiguous enough, we
will try to allocate them directly from global_bitmap.

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