diff for duplicates of <4EE59CFF.5080304@ozlabs.org> diff --git a/a/1.txt b/N1/1.txt index 470be74..e1282e7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ On 09/12/11 19:38, Pekka Enberg wrote: >> + * that too. >> + */ >> + r = statfs(htlbfs_path, &sfs); ->> + } while (r && errno = EINTR); +>> + } while (r && errno == EINTR); > > Can this really happen? What about EAGAIN? The retry logic really > wants to live in tools/kvm/read-write.c as a xstatfs() wrapper if we diff --git a/a/content_digest b/N1/content_digest index f9a8b05..fb51387 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\04EE1B0DD.6030004@ozlabs.org\0" "ref\0CAOJsxLGSGc8s8Z=6-uz7f-V0FPXdWSYL5vhVvkrdcAoMcaxbVw@mail.gmail.com\0" "From\0Matt Evans <matt@ozlabs.org>\0" - "Subject\0Re: [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from\0" - "Date\0Mon, 12 Dec 2011 06:19:43 +0000\0" + "Subject\0Re: [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from hugetlbfs\0" + "Date\0Mon, 12 Dec 2011 17:19:43 +1100\0" "To\0Pekka Enberg <penberg@kernel.org>\0" "Cc\0kvm@vger.kernel.org" kvm-ppc@vger.kernel.org @@ -35,7 +35,7 @@ ">> + * that too.\n" ">> + */\n" ">> + r = statfs(htlbfs_path, &sfs);\n" - ">> + } while (r && errno = EINTR);\n" + ">> + } while (r && errno == EINTR);\n" "> \n" "> Can this really happen? What about EAGAIN? The retry logic really\n" "> wants to live in tools/kvm/read-write.c as a xstatfs() wrapper if we\n" @@ -48,4 +48,4 @@ "\n" Matt -73168bf3724cb39445996cd530415ac2c08e6a2c767ea7776ba36118fbc7d6ac +f9d9f5a2a64b2fcba40b8020431fca586267ccbc2aabb16b208bd2557900e283
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.