diff for duplicates of <20141219062827.GV22149@ZenIV.linux.org.uk> diff --git a/a/1.txt b/N1/1.txt index 7540415..01a900e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,3 +3,7 @@ On Thu, Dec 18, 2014 at 10:24:05PM -0800, Omar Sandoval wrote: > + if (IS_ERR(swap_file) && PTR_ERR(swap_file) == -EINVAL) ITYM if (swap_file == ERR_PTR(-EINVAL)) here... +-- +To unsubscribe from this list: send the line "unsubscribe linux-nfs" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 42eb246..3b28141 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,25 +8,29 @@ "ref\020141217185256.GA5657@infradead.org\0" "ref\020141217220313.GK22149@ZenIV.linux.org.uk\0" "ref\020141219062405.GA11486@mew\0" - "From\0Al Viro <viro@zeniv.linux.org.uk>\0" + "From\0Al Viro <viro-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org>\0" "Subject\0Re: [PATCH 2/8] swap: lock i_mutex for swap_writepage direct_IO\0" "Date\0Fri, 19 Dec 2014 06:28:27 +0000\0" - "To\0Omar Sandoval <osandov@osandov.com>\0" - "Cc\0Christoph Hellwig <hch@infradead.org>" - Jan Kara <jack@suse.cz> - Andrew Morton <akpm@linux-foundation.org> - Trond Myklebust <trond.myklebust@primarydata.com> - David Sterba <dsterba@suse.cz> - linux-fsdevel@vger.kernel.org - linux-mm@kvack.org - linux-nfs@vger.kernel.org - " linux-kernel@vger.kernel.org\0" + "To\0Omar Sandoval <osandov-nWWhXC5lh1RBDgjK7y7TUQ@public.gmane.org>\0" + "Cc\0Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>" + Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org> + Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> + Trond Myklebust <trond.myklebust-7I+n7zu2hftEKMMhf/gKZA@public.gmane.org> + David Sterba <dsterba-AlSwsSmVLrQ@public.gmane.org> + linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org + linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Thu, Dec 18, 2014 at 10:24:05PM -0800, Omar Sandoval wrote:\n" "> + swap_file = file_open_name(name, O_RDWR | O_LARGEFILE | O_DIRECT, 0);\n" "> + if (IS_ERR(swap_file) && PTR_ERR(swap_file) == -EINVAL)\n" "\n" - ITYM if (swap_file == ERR_PTR(-EINVAL)) here... + "ITYM if (swap_file == ERR_PTR(-EINVAL)) here...\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-nfs\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -e89f051684a51b8c22a33784eba8cf1f68e28521c66ba132b25a39f1d73534a3 +eb114632894cd686d8c64fce0ac9089104b9f67e6ebc9dcd741dd705783ebfdb
diff --git a/a/1.txt b/N2/1.txt index 7540415..053477d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,3 +3,9 @@ On Thu, Dec 18, 2014 at 10:24:05PM -0800, Omar Sandoval wrote: > + if (IS_ERR(swap_file) && PTR_ERR(swap_file) == -EINVAL) ITYM if (swap_file == ERR_PTR(-EINVAL)) here... + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index 42eb246..344688f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -27,6 +27,12 @@ "> + swap_file = file_open_name(name, O_RDWR | O_LARGEFILE | O_DIRECT, 0);\n" "> + if (IS_ERR(swap_file) && PTR_ERR(swap_file) == -EINVAL)\n" "\n" - ITYM if (swap_file == ERR_PTR(-EINVAL)) here... + "ITYM if (swap_file == ERR_PTR(-EINVAL)) here...\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -e89f051684a51b8c22a33784eba8cf1f68e28521c66ba132b25a39f1d73534a3 +3fd83ce1e95f4d78db8b9ec6e99b9f7ba834f69693a4a4bd0f69bfe572d2bea6
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.