diff for duplicates of <20121002150104.da57fa94.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index f4286eb..588fb2b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,3 +28,10 @@ can feed this into -rc2. > + int dirty = flags & FAULT_FLAG_WRITE; `flags' is `unsigned int', so making `dirty' match that is nicer. + + +-- +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/N1/content_digest index bb5d780..7d12776 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -42,6 +42,13 @@ "> -\t\t\tif (flags & FAULT_FLAG_WRITE &&\n" "> +\t\t\tint dirty = flags & FAULT_FLAG_WRITE;\n" "\n" - `flags' is `unsigned int', so making `dirty' match that is nicer. + "`flags' is `unsigned int', so making `dirty' match that is nicer.\n" + "\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>" -eec3a2e5e89a34dd639377d04aa543412692cf12d06d6d993eb9c0178b16e7d9 +20e8e99a7d623fcb09f465689f17313ed367351154de90513355a4ec95a06151
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.