diff for duplicates of <20200628070152.820311-1-ebiggers@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 0c5d5a7..260d64b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -From: Eric Biggers <ebiggers-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> +From: Eric Biggers <ebiggers@google.com> unlock_new_inode() is only meant to be called after a new inode has already been inserted into the hash table. But nilfs_new_inode() can @@ -6,7 +6,7 @@ call it even before it has inserted the inode, triggering the WARNING in unlock_new_inode(). Fix this by only calling unlock_new_inode() if the inode has the I_NEW flag set, indicating that it's in the table. -Signed-off-by: Eric Biggers <ebiggers-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org> +Signed-off-by: Eric Biggers <ebiggers@google.com> --- fs/nilfs2/inode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/a/content_digest b/N1/content_digest index ad9b1aa..d8de46d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,13 @@ - "From\0Eric Biggers <ebiggers-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "From\0Eric Biggers <ebiggers@kernel.org>\0" "Subject\0[PATCH] nilfs2: only call unlock_new_inode() if I_NEW\0" "Date\0Sun, 28 Jun 2020 00:01:52 -0700\0" - "To\0linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - " Ryusuke Konishi <konishi.ryusuke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-nilfs@vger.kernel.org" + " Ryusuke Konishi <konishi.ryusuke@gmail.com>\0" + "Cc\0linux-fsdevel@vger.kernel.org" + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "From: Eric Biggers <ebiggers-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" + "From: Eric Biggers <ebiggers@google.com>\n" "\n" "unlock_new_inode() is only meant to be called after a new inode has\n" "already been inserted into the hash table. But nilfs_new_inode() can\n" @@ -15,7 +15,7 @@ "unlock_new_inode(). Fix this by only calling unlock_new_inode() if the\n" "inode has the I_NEW flag set, indicating that it's in the table.\n" "\n" - "Signed-off-by: Eric Biggers <ebiggers-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\n" + "Signed-off-by: Eric Biggers <ebiggers@google.com>\n" "---\n" " fs/nilfs2/inode.c | 3 ++-\n" " 1 file changed, 2 insertions(+), 1 deletion(-)\n" @@ -37,4 +37,4 @@ "-- \n" 2.27.0 -5531ed575e818b92fe02b2c61464ecf49f24b698970b078ed1e2a7cb7de8a55a +551e1a94845d3f1644c3862807c9234dbc4423b67e9ae01c264b049883c34da1
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.