diff for duplicates of <20190520172552.217253-5-ebiggers@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 0d231e1..56d9f50 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ 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: @@ -49,3 +49,8 @@ index 479389a4e0559..49764d335c370 100644 crypt_info->ci_filename_mode = ctx.filenames_encryption_mode; -- 2.21.0.1020.gf2820cf01a-goog + + +______________________________________________________ +Linux MTD discussion mailing list +http://lists.infradead.org/mailman/listinfo/linux-mtd/ diff --git a/a/content_digest b/N1/content_digest index 21987fd..fc59ef3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190520172552.217253-1-ebiggers@kernel.org\0" "From\0Eric Biggers <ebiggers@kernel.org>\0" "Subject\0[PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" - "Date\0Mon, 20 May 2019 17:25:40 +0000\0" + "Date\0Mon, 20 May 2019 10:25:40 -0700\0" "To\0linux-fscrypt@vger.kernel.org\0" "Cc\0linux-ext4@vger.kernel.org" linux-api@vger.kernel.org @@ -17,7 +17,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" @@ -64,6 +64,11 @@ " \tcrypt_info->ci_data_mode = ctx.contents_encryption_mode;\n" " \tcrypt_info->ci_filename_mode = ctx.filenames_encryption_mode;\n" "-- \n" - 2.21.0.1020.gf2820cf01a-goog + "2.21.0.1020.gf2820cf01a-goog\n" + "\n" + "\n" + "______________________________________________________\n" + "Linux MTD discussion mailing list\n" + http://lists.infradead.org/mailman/listinfo/linux-mtd/ -bc92d1080daa970def5eaa9e9d7ef6ff37ad40716490aad577b8676c91473bca +d31548eb9c3a91eace6d5656bb2f3a62552846c90fabdebbc91dffa0e42f9ce2
diff --git a/a/1.txt b/N2/1.txt index 0d231e1..ae1d887 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ 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 21987fd..4874635 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,23 +1,23 @@ "ref\020190520172552.217253-1-ebiggers@kernel.org\0" "From\0Eric Biggers <ebiggers@kernel.org>\0" "Subject\0[PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" - "Date\0Mon, 20 May 2019 17:25:40 +0000\0" + "Date\0Mon, 20 May 2019 10:25:40 -0700\0" "To\0linux-fscrypt@vger.kernel.org\0" - "Cc\0linux-ext4@vger.kernel.org" + "Cc\0Satya Tangirala <satyat@google.com>" linux-api@vger.kernel.org linux-f2fs-devel@lists.sourceforge.net keyrings@vger.kernel.org linux-mtd@lists.infradead.org linux-crypto@vger.kernel.org linux-fsdevel@vger.kernel.org - Satya Tangirala <satyat@google.com> + linux-ext4@vger.kernel.org " Paul Crowley <paulcrowley@google.com>\0" "\00:1\0" "b\0" "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" @@ -66,4 +66,4 @@ "-- \n" 2.21.0.1020.gf2820cf01a-goog -bc92d1080daa970def5eaa9e9d7ef6ff37ad40716490aad577b8676c91473bca +eebffdcfee0701733ae9465d8d7cb8ec61e42cc24ace32984be3245f304404a5
diff --git a/a/1.txt b/N3/1.txt index 0d231e1..ee9d10e 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,7 +1,7 @@ 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: @@ -49,3 +49,10 @@ index 479389a4e0559..49764d335c370 100644 crypt_info->ci_filename_mode = ctx.filenames_encryption_mode; -- 2.21.0.1020.gf2820cf01a-goog + + + +_______________________________________________ +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 21987fd..6ec1923 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,7 +1,7 @@ "ref\020190520172552.217253-1-ebiggers@kernel.org\0" "From\0Eric Biggers <ebiggers@kernel.org>\0" - "Subject\0[PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" - "Date\0Mon, 20 May 2019 17:25:40 +0000\0" + "Subject\0[f2fs-dev] [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info\0" + "Date\0Mon, 20 May 2019 10:25:40 -0700\0" "To\0linux-fscrypt@vger.kernel.org\0" "Cc\0linux-ext4@vger.kernel.org" linux-api@vger.kernel.org @@ -17,7 +17,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" @@ -64,6 +64,13 @@ " \tcrypt_info->ci_data_mode = ctx.contents_encryption_mode;\n" " \tcrypt_info->ci_filename_mode = ctx.filenames_encryption_mode;\n" "-- \n" - 2.21.0.1020.gf2820cf01a-goog + "2.21.0.1020.gf2820cf01a-goog\n" + "\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 -bc92d1080daa970def5eaa9e9d7ef6ff37ad40716490aad577b8676c91473bca +05e123122d6d216d697fa4351aa95428a3479e7cc7663f36bed9bb9e57b76f7f
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.