]> git.karo-electronics.de Git - mv-sheeva.git/commit
ocfs2: ocfs2_group_bitmap_size has to handle old volume.
authorTao Ma <tao.ma@oracle.com>
Tue, 13 Apr 2010 06:38:06 +0000 (14:38 +0800)
committerTao Ma <tao.ma@oracle.com>
Tue, 13 Apr 2010 06:38:06 +0000 (14:38 +0800)
commit8571882c21e5073b2f96147ec4ff9b7042339e1b
tree1f7925e293e656e5c1c6cd2c2876ea977a7277e5
parent4711954eaa8d30f653fda238cecf919f1ae40d6f
ocfs2: ocfs2_group_bitmap_size has to handle old volume.

ocfs2_group_bitmap_size has to handle the case when the
volume don't have discontiguous block group support. So
pass the feature_incompat in and check it.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
fs/ocfs2/localalloc.c
fs/ocfs2/ocfs2_fs.h
fs/ocfs2/resize.c
fs/ocfs2/suballoc.c
fs/ocfs2/super.c