Whamcloud - gitweb
LU-216 Add WALK_SPACE_HAS_DATA_SEM check.
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / export-ext4-2.6-rhel5.patch
index 7a97989..a89a0aa 100644 (file)
@@ -38,9 +38,9 @@ Index: linux-stage/fs/ext4/ext4.h
 --- linux-stage.orig/fs/ext4/ext4.h
 +++ linux-stage/fs/ext4/ext4.h
 @@ -1024,6 +1024,8 @@ extern unsigned long ext4_count_free_ino
- extern unsigned long ext4_count_dirs (struct super_block *);
extern void ext4_check_inodes_bitmap (struct super_block *);
- extern unsigned long ext4_count_free (struct buffer_head *, unsigned);
+                                      ext4_group_t group,
                                     struct ext4_group_desc *desc);
+ extern void mark_bitmap_end(int start_bit, int end_bit, char *bitmap);
 +extern struct buffer_head *ext4_read_inode_bitmap(struct super_block *sb,
 +                                                ext4_group_t block_group);