diff for duplicates of <20120709234404.GA5584@localhost> diff --git a/a/1.txt b/N1/1.txt index 94fe144..877347c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ vim +1200 fs/ext4/resize.c 1199 struct ext4_super_block *es = sbi->s_es; > 1200 int i, ret; 1201 - 1202 BUG_ON(flex_gd->count = 0 || group_data = NULL); + 1202 BUG_ON(flex_gd->count == 0 || group_data == NULL); 1203 /* The unused 'ret' is introduced by: @@ -29,7 +29,7 @@ The unused 'ret' is introduced by: - int i; + int i, ret; - BUG_ON(flex_gd->count = 0 || group_data = NULL); + BUG_ON(flex_gd->count == 0 || group_data == NULL); /* @@ -1272,6 +1272,11 @@ static void ext4_update_super(struct super_block *sb, &sbi->s_flex_groups[flex_group].free_inodes); diff --git a/a/content_digest b/N1/content_digest index 086e18a..f487654 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0wfg@linux.intel.com\0" "Subject\0[ext4:master 4/4] fs/ext4/resize.c:1200:9: warning: unused variable 'ret'\0" - "Date\0Mon, 09 Jul 2012 23:44:04 +0000\0" + "Date\0Tue, 10 Jul 2012 07:44:04 +0800\0" "To\0Theodore Ts'o <tytso@mit.edu>\0" "Cc\0kernel-janitors@vger.kernel.org" " Ext4 Developers List <linux-ext4@vger.kernel.org>\0" @@ -25,7 +25,7 @@ " 1199\t\tstruct ext4_super_block *es = sbi->s_es;\n" "> 1200\t\tint i, ret;\n" " 1201\t\n" - " 1202\t\tBUG_ON(flex_gd->count = 0 || group_data = NULL);\n" + " 1202\t\tBUG_ON(flex_gd->count == 0 || group_data == NULL);\n" " 1203\t\t/*\n" "\n" "The unused 'ret' is introduced by:\n" @@ -37,7 +37,7 @@ "- int i;\n" "+ int i, ret;\n" " \n" - " BUG_ON(flex_gd->count = 0 || group_data = NULL);\n" + " BUG_ON(flex_gd->count == 0 || group_data == NULL);\n" " /*\n" "@@ -1272,6 +1272,11 @@ static void ext4_update_super(struct super_block *sb,\n" " &sbi->s_flex_groups[flex_group].free_inodes);\n" @@ -56,4 +56,4 @@ "0-DAY kernel build testing backend Open Source Technology Centre\n" Fengguang Wu <wfg@linux.intel.com> Intel Corporation -cbdaa21805b33099263dc98edced5b537b559aaa86c1e29a6273bad9efcc35ec +a81a50dbfa5863cb90e1cc6987fe5407bae1431d227fda1b42f4bd9f9e23c110
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.