diff for duplicates of <515D37FB.403@oracle.com> diff --git a/a/1.txt b/N1/1.txt index c7f5af4..06e1b70 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ On 04/04/2013 02:39 PM, Dan Carpenter wrote: > - * 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; > - > - /* @@ -42,7 +42,7 @@ On 04/04/2013 02:39 PM, Dan Carpenter wrote: > + * 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; > + > + /* @@ -57,6 +57,6 @@ This is an obvious bug, thanks you! -Jeff > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in -> the body of a message to majordomo@vger.kernel.org +> the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > diff --git a/a/content_digest b/N1/content_digest index 1b829ad..4ec7025 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130404063940.GF6494@longonot.mountain\0" "From\0Jeff Liu <jeff.liu@oracle.com>\0" - "Subject\0Re: [patch 2/2] Ocfs2/move_extents: NULL dereference moving extents\0" - "Date\0Thu, 04 Apr 2013 08:21:15 +0000\0" + "Subject\0[Ocfs2-devel] [patch 2/2] Ocfs2/move_extents: NULL dereference moving extents\0" + "Date\0Thu, 04 Apr 2013 16:21:15 +0800\0" "To\0ocfs2-devel@oss.oracle.com\0" "\00:1\0" "b\0" @@ -35,7 +35,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" @@ -49,7 +49,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" @@ -64,8 +64,8 @@ "-Jeff\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe kernel-janitors\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" + "> the body of a message to majordomo at vger.kernel.org\n" "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -3e2fc9bf0d7f334a3f410583b699835f971ec798cd49c292cfaa9a8f8e4b8305 +b36984ea8d0c7ca95ddf9e750b5cf333c30c6d18a86e9283f353200ec67fdb2d
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.