diff for duplicates of <20090218222938.GW10668@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 7b113f4..05058fb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -110,3 +110,16 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> -static int ext4_mb_init_per_dev_proc(struct super_block *sb); -static int ext4_mb_destroy_per_dev_proc(struct super_block *sb); - +- + static inline void ext4_lock_group(struct super_block *sb, ext4_group_t group) + { + struct ext4_group_info *grinfo = ext4_get_group_info(sb, group); +@@ -300,7 +282,7 @@ static inline int ext4_is_group_locked(s + &(grinfo->bb_state)); + } + +-static ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb, ++static inline ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb, + struct ext4_free_extent *fex) + { + ext4_fsblk_t block; diff --git a/a/content_digest b/N1/content_digest index 4bd8e6f..a76f2dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -138,6 +138,19 @@ "-\t\t\tstruct super_block *, struct ext4_prealloc_space *pa);\n" "-static int ext4_mb_init_per_dev_proc(struct super_block *sb);\n" "-static int ext4_mb_destroy_per_dev_proc(struct super_block *sb);\n" - - + "-\n" + "-\n" + " static inline void ext4_lock_group(struct super_block *sb, ext4_group_t group)\n" + " {\n" + " \tstruct ext4_group_info *grinfo = ext4_get_group_info(sb, group);\n" + "@@ -300,7 +282,7 @@ static inline int ext4_is_group_locked(s\n" + " \t\t\t\t\t\t&(grinfo->bb_state));\n" + " }\n" + " \n" + "-static ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb,\n" + "+static inline ext4_fsblk_t ext4_grp_offs_to_block(struct super_block *sb,\n" + " \t\t\t\t\tstruct ext4_free_extent *fex)\n" + " {\n" + " \text4_fsblk_t block;" -229e5199301c40ed600409134d4c3a494965bfd3fe1dd22c567d348146cc38a4 +3aec7cd71ce7618c0cf0370b7cbc480b4c6ff2708d1a419da17285f7f68bcff9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.