diff for duplicates of <20190728150927.GD6088@mit.edu> diff --git a/a/1.txt b/N1/1.txt index 62edbb2..663b027 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Fri, Jul 26, 2019 at 03:41:29PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@google.com> > > Add an inode back-pointer to 'struct fscrypt_info', such that -> inode->i_crypt_info->ci_inode = inode. +> inode->i_crypt_info->ci_inode == inode. > > This will be useful for: > @@ -20,3 +20,7 @@ On Fri, Jul 26, 2019 at 03:41:29PM -0700, Eric Biggers wrote: Looks good, feel free to add: Reviewed-by: Theodore Ts'o <tytso@mit.edu> + +______________________________________________________ +Linux MTD discussion mailing list +http://lists.infradead.org/mailman/listinfo/linux-mtd/ diff --git a/a/content_digest b/N1/content_digest index 389274c..86f0055 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020190726224141.14044-5-ebiggers@kernel.org\0" "From\0Theodore Y. Ts'o <tytso@mit.edu>\0" "Subject\0Re: [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" - "Date\0Sun, 28 Jul 2019 15:09:27 +0000\0" + "Date\0Sun, 28 Jul 2019 11:09:27 -0400\0" "To\0Eric Biggers <ebiggers@kernel.org>\0" "Cc\0Satya Tangirala <satyat@google.com>" linux-api@vger.kernel.org @@ -20,7 +20,7 @@ "> From: Eric Biggers <ebiggers@google.com>\n" "> \n" "> Add an inode back-pointer to 'struct fscrypt_info', such that\n" - "> inode->i_crypt_info->ci_inode = inode.\n" + "> inode->i_crypt_info->ci_inode == inode.\n" "> \n" "> This will be useful for:\n" "> \n" @@ -37,6 +37,10 @@ "\n" "Looks good, feel free to add:\n" "\n" - Reviewed-by: Theodore Ts'o <tytso@mit.edu> + "Reviewed-by: Theodore Ts'o <tytso@mit.edu>\n" + "\n" + "______________________________________________________\n" + "Linux MTD discussion mailing list\n" + http://lists.infradead.org/mailman/listinfo/linux-mtd/ -d99b93421a8eb16f526150b5838850e9862204b96cc361a0ffe2a60b492f553f +b865079e02452d737d1f6e2f9642cfb0ddea76de3059023a7fc8593dcc62c9e4
diff --git a/a/1.txt b/N2/1.txt index 62edbb2..4f56d53 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,7 +2,7 @@ On Fri, Jul 26, 2019 at 03:41:29PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@google.com> > > Add an inode back-pointer to 'struct fscrypt_info', such that -> inode->i_crypt_info->ci_inode = inode. +> inode->i_crypt_info->ci_inode == inode. > > This will be useful for: > diff --git a/a/content_digest b/N2/content_digest index 389274c..0587a56 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,25 +2,25 @@ "ref\020190726224141.14044-5-ebiggers@kernel.org\0" "From\0Theodore Y. Ts'o <tytso@mit.edu>\0" "Subject\0Re: [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" - "Date\0Sun, 28 Jul 2019 15:09:27 +0000\0" + "Date\0Sun, 28 Jul 2019 11:09:27 -0400\0" "To\0Eric Biggers <ebiggers@kernel.org>\0" - "Cc\0Satya Tangirala <satyat@google.com>" - linux-api@vger.kernel.org + "Cc\0linux-fscrypt@vger.kernel.org" + linux-fsdevel@vger.kernel.org + linux-ext4@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net - linux-fscrypt@vger.kernel.org - keyrings@vger.kernel.org linux-mtd@lists.infradead.org + linux-api@vger.kernel.org linux-crypto@vger.kernel.org - linux-fsdevel@vger.kernel.org - linux-ext4@vger.kernel.org - " Paul Crowley <paulcrowley@google.com>\0" + keyrings@vger.kernel.org + Paul Crowley <paulcrowley@google.com> + " Satya Tangirala <satyat@google.com>\0" "\00:1\0" "b\0" "On Fri, Jul 26, 2019 at 03:41:29PM -0700, Eric Biggers wrote:\n" "> From: Eric Biggers <ebiggers@google.com>\n" "> \n" "> Add an inode back-pointer to 'struct fscrypt_info', such that\n" - "> inode->i_crypt_info->ci_inode = inode.\n" + "> inode->i_crypt_info->ci_inode == inode.\n" "> \n" "> This will be useful for:\n" "> \n" @@ -39,4 +39,4 @@ "\n" Reviewed-by: Theodore Ts'o <tytso@mit.edu> -d99b93421a8eb16f526150b5838850e9862204b96cc361a0ffe2a60b492f553f +c73935fd45f2178c335344698a190c396d19a253d48fc186481219e36da37c8b
diff --git a/a/1.txt b/N3/1.txt index 62edbb2..eaad4d1 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -2,7 +2,7 @@ On Fri, Jul 26, 2019 at 03:41:29PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@google.com> > > Add an inode back-pointer to 'struct fscrypt_info', such that -> inode->i_crypt_info->ci_inode = inode. +> inode->i_crypt_info->ci_inode == inode. > > This will be useful for: > @@ -20,3 +20,9 @@ On Fri, Jul 26, 2019 at 03:41:29PM -0700, Eric Biggers wrote: Looks good, feel free to add: Reviewed-by: Theodore Ts'o <tytso@mit.edu> + + +_______________________________________________ +Linux-f2fs-devel mailing list +Linux-f2fs-devel@lists.sourceforge.net +https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel diff --git a/a/content_digest b/N3/content_digest index 389274c..24d738f 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,8 +1,8 @@ "ref\020190726224141.14044-1-ebiggers@kernel.org\0" "ref\020190726224141.14044-5-ebiggers@kernel.org\0" "From\0Theodore Y. Ts'o <tytso@mit.edu>\0" - "Subject\0Re: [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" - "Date\0Sun, 28 Jul 2019 15:09:27 +0000\0" + "Subject\0Re: [f2fs-dev] [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" + "Date\0Sun, 28 Jul 2019 11:09:27 -0400\0" "To\0Eric Biggers <ebiggers@kernel.org>\0" "Cc\0Satya Tangirala <satyat@google.com>" linux-api@vger.kernel.org @@ -20,7 +20,7 @@ "> From: Eric Biggers <ebiggers@google.com>\n" "> \n" "> Add an inode back-pointer to 'struct fscrypt_info', such that\n" - "> inode->i_crypt_info->ci_inode = inode.\n" + "> inode->i_crypt_info->ci_inode == inode.\n" "> \n" "> This will be useful for:\n" "> \n" @@ -37,6 +37,12 @@ "\n" "Looks good, feel free to add:\n" "\n" - Reviewed-by: Theodore Ts'o <tytso@mit.edu> + "Reviewed-by: Theodore Ts'o <tytso@mit.edu>\n" + "\n" + "\n" + "_______________________________________________\n" + "Linux-f2fs-devel mailing list\n" + "Linux-f2fs-devel@lists.sourceforge.net\n" + https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel -d99b93421a8eb16f526150b5838850e9862204b96cc361a0ffe2a60b492f553f +42abdd83cb94d897bc0bc979f19ff72876977e7c8be4a9f68c79708fc9a6bf3c
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.