diff for duplicates of <4A83CD84.8040609@redhat.com> diff --git a/a/1.txt b/N1/1.txt index e5bbb85..9464e5b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -40,7 +40,7 @@ Ok, got it. >>>> + >>>> + if (new_size >= end - start + 1) { >>>> + ret = -EINVAL; ->>>> + if (new_size = end - start + 1) +>>>> + if (new_size == end - start + 1) >>>> + ret = 0; >>>> + goto unlock; >>>> + } diff --git a/a/content_digest b/N1/content_digest index 6fb5fbd..c2a6bb9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\0m1eirg5j9i.fsf@fess.ebiederm.org\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0Re: [Patch 8/8] kexec: allow to shrink reserved memory\0" - "Date\0Thu, 13 Aug 2009 08:23:32 +0000\0" + "Date\0Thu, 13 Aug 2009 16:23:32 +0800\0" "To\0Eric W. Biederman <ebiederm@xmission.com>\0" "Cc\0linux-kernel@vger.kernel.org" tony.luck@intel.com @@ -62,7 +62,7 @@ ">>>> +\n" ">>>> +\tif (new_size >= end - start + 1) {\n" ">>>> +\t\tret = -EINVAL;\n" - ">>>> +\t\tif (new_size = end - start + 1)\n" + ">>>> +\t\tif (new_size == end - start + 1)\n" ">>>> +\t\t\tret = 0;\n" ">>>> +\t\tgoto unlock;\n" ">>>> +\t}\n" @@ -108,4 +108,4 @@ "\n" Thanks. -55ad9dc4f9c8554123f3ccd9807ab24146d1832068b896a3f463641e693c6e4b +443ddfb9e50ce20c6a8d32d2ea777d63e3ac001321eb716b7a7efd82405209c5
diff --git a/a/1.txt b/N2/1.txt index e5bbb85..0ca995e 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -40,7 +40,7 @@ Ok, got it. >>>> + >>>> + if (new_size >= end - start + 1) { >>>> + ret = -EINVAL; ->>>> + if (new_size = end - start + 1) +>>>> + if (new_size == end - start + 1) >>>> + ret = 0; >>>> + goto unlock; >>>> + } @@ -85,3 +85,9 @@ Not that simple, marking it as "__init" means it uses some "__init" data which will be dropped after initialization. Thanks. + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index 6fb5fbd..918ce39 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,7 +5,7 @@ "ref\0m1eirg5j9i.fsf@fess.ebiederm.org\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0Re: [Patch 8/8] kexec: allow to shrink reserved memory\0" - "Date\0Thu, 13 Aug 2009 08:23:32 +0000\0" + "Date\0Thu, 13 Aug 2009 16:23:32 +0800\0" "To\0Eric W. Biederman <ebiederm@xmission.com>\0" "Cc\0linux-kernel@vger.kernel.org" tony.luck@intel.com @@ -62,7 +62,7 @@ ">>>> +\n" ">>>> +\tif (new_size >= end - start + 1) {\n" ">>>> +\t\tret = -EINVAL;\n" - ">>>> +\t\tif (new_size = end - start + 1)\n" + ">>>> +\t\tif (new_size == end - start + 1)\n" ">>>> +\t\t\tret = 0;\n" ">>>> +\t\tgoto unlock;\n" ">>>> +\t}\n" @@ -106,6 +106,12 @@ "Not that simple, marking it as \"__init\" means it uses some \"__init\" data \n" "which will be dropped after initialization.\n" "\n" - Thanks. + "Thanks.\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -55ad9dc4f9c8554123f3ccd9807ab24146d1832068b896a3f463641e693c6e4b +d0dd99f1623b43a2e905488f9e312575b06ff77e49dce7a006a6ef3382deb9b6
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.