diff for duplicates of <20151228152334.GA31415@thunk.org> diff --git a/a/1.txt b/N1/1.txt index e496b1b..0f4b217 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,8 +3,8 @@ On Sun, Sep 13, 2015 at 09:20:33PM +0900, Li Xi wrote: > ext4.h. This patch changes the inode flag definitions in ext4.h > to VFS definitions to make the gaps between them clearer. > -> Signed-off-by: Li Xi <lixi-LfVdkaOWEx8@public.gmane.org> -> Reviewed-by: Andreas Dilger <adilger-m1MBpc4rdrD3fQ9qLvQP4Q@public.gmane.org> +> Signed-off-by: Li Xi <lixi@ddn.com> +> Reviewed-by: Andreas Dilger <adilger@dilger.ca> Instead of doing things this way, I've decided to clean things up by updating the flags in uapi/linux/fs.h. That's because some people who @@ -20,7 +20,7 @@ linux-fsdevel and linux-api). - Ted commit 6ac40c7b5597646ec4335f77ab79cac9663f4a1e -Author: Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org> +Author: Theodore Ts'o <tytso@mit.edu> Date: Mon Dec 28 10:21:43 2015 -0500 fs: clean up the flags definition in uapi/linux/fs.h @@ -36,7 +36,7 @@ Date: Mon Dec 28 10:21:43 2015 -0500 left. But since we want to discourage people from assigning new flags, that's OK. - Signed-off-by: Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org> + Signed-off-by: Theodore Ts'o <tytso@mit.edu> diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h index 627f58e..35d156f 100644 @@ -51,8 +51,8 @@ index 627f58e..35d156f 100644 + * This file has definitions for some important file table structures + * and constants and structures used by various generic file system + * ioctl's. Please do not make any changes in this file before -+ * sending patches for review to linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org and -+ * linux-api-u79uwXL29TaiAVqoAR/hOA@public.gmane.org ++ * sending patches for review to linux-fsdevel@vger.kernel.org and ++ * linux-api@vger.kernel.org. */ #include <linux/limits.h> @@ -76,7 +76,7 @@ index 627f58e..35d156f 100644 + * appropriate for many new use cases. + * + * Please do not change these flags or interfaces before checking with -+ * linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org and linux-api-u79uwXL29TaiAVqoAR/hOA@public.gmane.org ++ * linux-fsdevel@vger.kernel.org and linux-api@vger.kernel.org. */ #define FS_SECRM_FL 0x00000001 /* Secure deletion */ #define FS_UNRM_FL 0x00000002 /* Undelete */ diff --git a/a/content_digest b/N1/content_digest index 6f9cb25..38566fa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,17 @@ "ref\01442146833-13652-1-git-send-email-lixi@ddn.com\0" "ref\01442146833-13652-5-git-send-email-lixi@ddn.com\0" - "ref\01442146833-13652-5-git-send-email-lixi-LfVdkaOWEx8@public.gmane.org\0" - "From\0Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>\0" + "From\0Theodore Ts'o <tytso@mit.edu>\0" "Subject\0Re: [v15 4/4] ext4: cleanup inode flag definitions\0" "Date\0Mon, 28 Dec 2015 10:23:34 -0500\0" - "To\0Li Xi <pkuelelixi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - adilger-m1MBpc4rdrD3fQ9qLvQP4Q@public.gmane.org - jack-AlSwsSmVLrQ@public.gmane.org - viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org - hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org - " dmonakhov-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org\0" + "To\0Li Xi <pkuelelixi@gmail.com>\0" + "Cc\0linux-fsdevel@vger.kernel.org" + linux-ext4@vger.kernel.org + linux-api@vger.kernel.org + adilger@dilger.ca + jack@suse.cz + viro@zeniv.linux.org.uk + hch@infradead.org + " dmonakhov@openvz.org\0" "\00:1\0" "b\0" "On Sun, Sep 13, 2015 at 09:20:33PM +0900, Li Xi wrote:\n" @@ -20,8 +19,8 @@ "> ext4.h. This patch changes the inode flag definitions in ext4.h\n" "> to VFS definitions to make the gaps between them clearer.\n" "> \n" - "> Signed-off-by: Li Xi <lixi-LfVdkaOWEx8@public.gmane.org>\n" - "> Reviewed-by: Andreas Dilger <adilger-m1MBpc4rdrD3fQ9qLvQP4Q@public.gmane.org>\n" + "> Signed-off-by: Li Xi <lixi@ddn.com>\n" + "> Reviewed-by: Andreas Dilger <adilger@dilger.ca>\n" "\n" "Instead of doing things this way, I've decided to clean things up by\n" "updating the flags in uapi/linux/fs.h. That's because some people who\n" @@ -37,7 +36,7 @@ "\t\t\t\t\t\t- Ted\n" "\n" "commit 6ac40c7b5597646ec4335f77ab79cac9663f4a1e\n" - "Author: Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>\n" + "Author: Theodore Ts'o <tytso@mit.edu>\n" "Date: Mon Dec 28 10:21:43 2015 -0500\n" "\n" " fs: clean up the flags definition in uapi/linux/fs.h\n" @@ -53,7 +52,7 @@ " left. But since we want to discourage people from assigning new\n" " flags, that's OK.\n" " \n" - " Signed-off-by: Theodore Ts'o <tytso-3s7WtUTddSA@public.gmane.org>\n" + " Signed-off-by: Theodore Ts'o <tytso@mit.edu>\n" "\n" "diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h\n" "index 627f58e..35d156f 100644\n" @@ -68,8 +67,8 @@ "+ * This file has definitions for some important file table structures\n" "+ * and constants and structures used by various generic file system\n" "+ * ioctl's. Please do not make any changes in this file before\n" - "+ * sending patches for review to linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org and\n" - "+ * linux-api-u79uwXL29TaiAVqoAR/hOA@public.gmane.org\n" + "+ * sending patches for review to linux-fsdevel@vger.kernel.org and\n" + "+ * linux-api@vger.kernel.org.\n" " */\n" " \n" " #include <linux/limits.h>\n" @@ -93,7 +92,7 @@ "+ * appropriate for many new use cases.\n" "+ *\n" "+ * Please do not change these flags or interfaces before checking with\n" - "+ * linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org and linux-api-u79uwXL29TaiAVqoAR/hOA@public.gmane.org\n" + "+ * linux-fsdevel@vger.kernel.org and linux-api@vger.kernel.org.\n" " */\n" " #define\tFS_SECRM_FL\t\t\t0x00000001 /* Secure deletion */\n" " #define\tFS_UNRM_FL\t\t\t0x00000002 /* Undelete */\n" @@ -121,4 +120,4 @@ " #define FS_PROJINHERIT_FL\t\t0x20000000 /* Create with parents projid */\n" " #define FS_RESERVED_FL\t\t\t0x80000000 /* reserved for ext2 lib */" -e5133d83df633114be6fdfc57b461479c6129fc01e297fa5b526acd91a8fd861 +9d700637dbc022170631ef708c6d2b7eb71f80ceabda6bd4292861f8962969cb
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.