diff for duplicates of <af178ebb-1076-a38c-1dc1-2a37ccce4a3@google.com> diff --git a/a/content_digest b/N1/content_digest index fa2fde5..f95f33e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,20 @@ "ref\020230307143410.28031-1-hch@lst.de\0" "ref\020230307143410.28031-6-hch@lst.de\0" "From\0Hugh Dickins <hughd@google.com>\0" - "Subject\0[Cluster-devel] [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp\0" + "Subject\0Re: [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp\0" "Date\0Sun, 19 Mar 2023 22:23:36 -0700 (PDT)\0" - "To\0cluster-devel.redhat.com\0" + "To\0Christoph Hellwig <hch@lst.de>\0" + "Cc\0Andrew Morton <akpm@linux-foundation.org>" + Matthew Wilcox <willy@infradead.org> + Hugh Dickins <hughd@google.com> + linux-afs@lists.infradead.org + linux-btrfs@vger.kernel.org + linux-ext4@vger.kernel.org + cluster-devel@redhat.com + linux-mm@kvack.org + linux-xfs@vger.kernel.org + linux-fsdevel@vger.kernel.org + " linux-nilfs@vger.kernel.org\0" "\00:1\0" "b\0" "On Tue, 7 Mar 2023, Christoph Hellwig wrote:\n" @@ -45,4 +56,4 @@ " \t\t\tfolio_unlock(folio);\n" " \t\t\tfolio_put(folio);" -b5e710557cfe0b799d87ad055d352a46aeac37c5da48326fc5bbdeb9bb5aade5 +11eb74455f176e0e35dd198f805bb954949b237a0730f37cb8fe384bdbc02fc6
diff --git a/a/1.txt b/N2/1.txt index 987434e..79a5dae 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,9 +9,9 @@ On Tue, 7 Mar 2023, Christoph Hellwig wrote: > > This will allow to eventually remove the FGP_ENTRY flag. > -> Signed-off-by: Christoph Hellwig <hch@lst.de> +> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org> -Acked-by: Hugh Dickins <hughd@google.com> +Acked-by: Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> but Andrew, please fold in this small improvement to its comment: @@ -19,7 +19,7 @@ but Andrew, please fold in this small improvement to its comment: Adjust the new comment line: shmem folio may have been swapped out. -Signed-off-by: Hugh Dickins <hughd@google.com> +Signed-off-by: Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> --- mm/shmem.c | 2 +- diff --git a/a/content_digest b/N2/content_digest index fa2fde5..be00187 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,21 @@ "ref\020230307143410.28031-1-hch@lst.de\0" "ref\020230307143410.28031-6-hch@lst.de\0" - "From\0Hugh Dickins <hughd@google.com>\0" - "Subject\0[Cluster-devel] [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp\0" + "ref\020230307143410.28031-6-hch-jcswGhMUV9g@public.gmane.org\0" + "From\0Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\0" + "Subject\0Re: [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp\0" "Date\0Sun, 19 Mar 2023 22:23:36 -0700 (PDT)\0" - "To\0cluster-devel.redhat.com\0" + "To\0Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\0" + "Cc\0Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>" + Matthew Wilcox <willy-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> + Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> + linux-afs-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-btrfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + cluster-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org + linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org + linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Tue, 7 Mar 2023, Christoph Hellwig wrote:\n" @@ -17,9 +29,9 @@ "> \n" "> This will allow to eventually remove the FGP_ENTRY flag.\n" "> \n" - "> Signed-off-by: Christoph Hellwig <hch@lst.de>\n" + "> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n" "\n" - "Acked-by: Hugh Dickins <hughd@google.com>\n" + "Acked-by: Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" "\n" "but Andrew, please fold in this small improvement to its comment:\n" "\n" @@ -27,7 +39,7 @@ "\n" "Adjust the new comment line: shmem folio may have been swapped out.\n" "\n" - "Signed-off-by: Hugh Dickins <hughd@google.com>\n" + "Signed-off-by: Hugh Dickins <hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" "---\n" "\n" " mm/shmem.c | 2 +-\n" @@ -45,4 +57,4 @@ " \t\t\tfolio_unlock(folio);\n" " \t\t\tfolio_put(folio);" -b5e710557cfe0b799d87ad055d352a46aeac37c5da48326fc5bbdeb9bb5aade5 +e50a2caf8cc900c3486d0b9c6545b7c57929de4b135a1d9c8409eaf39160c926
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.