diff for duplicates of <51638859.2030107@oracle.com> diff --git a/a/1.txt b/N1/1.txt index 3537e7f..7fd7b15 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ index ce1ce76..0b974b5 100644 - * moving goal is not allowd to start with a group desc blok(#0 blk) - * let's compromise to the latter cluster. - */ -- if (range->me_goal = le64_to_cpu(bg->bg_blkno)) +- if (range->me_goal == le64_to_cpu(bg->bg_blkno)) - range->me_goal += c_to_b; - - /* @@ -44,7 +44,7 @@ index ce1ce76..0b974b5 100644 + * moving goal is not allowd to start with a group desc blok(#0 blk) + * let's compromise to the latter cluster. + */ -+ if (range->me_goal = le64_to_cpu(bg->bg_blkno)) ++ if (range->me_goal == le64_to_cpu(bg->bg_blkno)) + range->me_goal += c_to_b; + + /* diff --git a/a/content_digest b/N1/content_digest index 0d54db5..22ca5d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Jeff Liu <jeff.liu@oracle.com>\0" - "Subject\0[PATCH 2/2] ocfs2: Fix NULL dereference for moving extents\0" - "Date\0Tue, 09 Apr 2013 03:17:45 +0000\0" + "Subject\0[Ocfs2-devel] [PATCH 2/2] ocfs2: Fix NULL dereference for moving extents\0" + "Date\0Tue, 09 Apr 2013 11:17:45 +0800\0" "To\0ocfs2-devel@oss.oracle.com\0" "\00:1\0" "b\0" @@ -36,7 +36,7 @@ "-\t * moving goal is not allowd to start with a group desc blok(#0 blk)\n" "-\t * let's compromise to the latter cluster.\n" "-\t */\n" - "-\tif (range->me_goal = le64_to_cpu(bg->bg_blkno))\n" + "-\tif (range->me_goal == le64_to_cpu(bg->bg_blkno))\n" "-\t\trange->me_goal += c_to_b;\n" "-\n" "-\t/*\n" @@ -50,7 +50,7 @@ "+\t * moving goal is not allowd to start with a group desc blok(#0 blk)\n" "+\t * let's compromise to the latter cluster.\n" "+\t */\n" - "+\tif (range->me_goal = le64_to_cpu(bg->bg_blkno))\n" + "+\tif (range->me_goal == le64_to_cpu(bg->bg_blkno))\n" "+\t\trange->me_goal += c_to_b;\n" "+\n" "+\t/*\n" @@ -60,4 +60,4 @@ "-- \n" 1.7.9.5 -1fef6eb08816d22758bc41cfb60f3622586bdd7e35351fe94cbea1ae3f730079 +a2ec19a4c3a435774c2c2effed5a4cd0e7216bdbf54083346889250e9c565ce8
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.