diff for duplicates of <4E9872A2.2070203@panasas.com> diff --git a/a/1.txt b/N1/1.txt index 219ce38..2675947 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ rename ore.ko to libore.ko. Is it possible to keep source file, say ore.c and module file ore.ko the same even if there are multiple files inside ore.ko? -Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> +Signed-off-by: Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> --- fs/exofs/Kbuild | 3 +- fs/exofs/ore.c | 326 ++++++++++++++++++++++++++++++++++++----------- @@ -84,7 +84,7 @@ index d92998d..fd6090d 100644 -/* #define ORE_DBGMSG2 ORE_DBGMSG */ +#include "ore_raid.h" - MODULE_AUTHOR("Boaz Harrosh <bharrosh@panasas.com>"); + MODULE_AUTHOR("Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>"); MODULE_DESCRIPTION("Objects Raid Engine ore.ko"); @@ -133,21 +118,81 @@ static struct osd_dev *_ios_od(struct ore_io_state *ios, unsigned index) return ore_comp_dev(ios->oc, index); @@ -571,7 +571,7 @@ index 0000000..8d4b93a @@ -0,0 +1,140 @@ +/* + * Copyright (C) 2011 -+ * Boaz Harrosh <bharrosh@panasas.com> ++ * Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> + * + * This file is part of the objects raid engine (ore). + * @@ -581,7 +581,7 @@ index 0000000..8d4b93a + * + * You should have received a copy of the GNU General Public License + * along with "ore". If not, write to the Free Software Foundation, Inc: -+ * "Free Software Foundation <info@fsf.org>" ++ * "Free Software Foundation <info-dGWS0fDw8IM@public.gmane.org>" + */ + +#include <linux/gfp.h> @@ -717,7 +717,7 @@ index 0000000..c21080b @@ -0,0 +1,64 @@ +/* + * Copyright (C) from 2011 -+ * Boaz Harrosh <bharrosh@panasas.com> ++ * Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> + * + * This file is part of the objects raid engine (ore). + * @@ -727,7 +727,7 @@ index 0000000..c21080b + * + * You should have received a copy of the GNU General Public License + * along with "ore". If not, write to the Free Software Foundation, Inc: -+ * "Free Software Foundation <info@fsf.org>" ++ * "Free Software Foundation <info-dGWS0fDw8IM@public.gmane.org>" + */ + +#include <scsi/osd_ore.h> @@ -846,3 +846,8 @@ index a8e39d1..43821c1 100644 struct ore_io_state **ios); -- 1.7.2.3 + +-- +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 da4f323..40cfb60 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,13 @@ "ref\04E98703E.7040605@panasas.com\0" - "From\0Boaz Harrosh <bharrosh@panasas.com>\0" + "ref\04E98703E.7040605-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org\0" + "From\0Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>\0" "Subject\0[PATCH 2/6] ore: RAID5 read\0" "Date\0Fri, 14 Oct 2011 19:34:26 +0200\0" "To\0Welch" - Brent <welch@panasas.com> - open-osd <osd-dev@open-osd.org> - NFS list <linux-nfs@vger.kernel.org> - " linux-fsdevel <linux-fsdevel@vger.kernel.org>\0" + Brent <welch-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org> + open-osd <osd-dev-yNzVSZO3znNg9hUCZPvPmw@public.gmane.org> + NFS list <linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " linux-fsdevel <linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" "\n" @@ -41,7 +42,7 @@ "file, say ore.c and module file ore.ko the same even if there\n" "are multiple files inside ore.ko?\n" "\n" - "Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>\n" + "Signed-off-by: Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>\n" "---\n" " fs/exofs/Kbuild | 3 +-\n" " fs/exofs/ore.c | 326 ++++++++++++++++++++++++++++++++++++-----------\n" @@ -95,7 +96,7 @@ "-/* #define ORE_DBGMSG2 ORE_DBGMSG */\n" "+#include \"ore_raid.h\"\n" " \n" - " MODULE_AUTHOR(\"Boaz Harrosh <bharrosh@panasas.com>\");\n" + " MODULE_AUTHOR(\"Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>\");\n" " MODULE_DESCRIPTION(\"Objects Raid Engine ore.ko\");\n" "@@ -133,21 +118,81 @@ static struct osd_dev *_ios_od(struct ore_io_state *ios, unsigned index)\n" " \treturn ore_comp_dev(ios->oc, index);\n" @@ -582,7 +583,7 @@ "@@ -0,0 +1,140 @@\n" "+/*\n" "+ * Copyright (C) 2011\n" - "+ * Boaz Harrosh <bharrosh@panasas.com>\n" + "+ * Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>\n" "+ *\n" "+ * This file is part of the objects raid engine (ore).\n" "+ *\n" @@ -592,7 +593,7 @@ "+ *\n" "+ * You should have received a copy of the GNU General Public License\n" "+ * along with \"ore\". If not, write to the Free Software Foundation, Inc:\n" - "+ *\t\"Free Software Foundation <info@fsf.org>\"\n" + "+ *\t\"Free Software Foundation <info-dGWS0fDw8IM@public.gmane.org>\"\n" "+ */\n" "+\n" "+#include <linux/gfp.h>\n" @@ -728,7 +729,7 @@ "@@ -0,0 +1,64 @@\n" "+/*\n" "+ * Copyright (C) from 2011\n" - "+ * Boaz Harrosh <bharrosh@panasas.com>\n" + "+ * Boaz Harrosh <bharrosh-C4P08NqkoRlBDgjK7y7TUQ@public.gmane.org>\n" "+ *\n" "+ * This file is part of the objects raid engine (ore).\n" "+ *\n" @@ -738,7 +739,7 @@ "+ *\n" "+ * You should have received a copy of the GNU General Public License\n" "+ * along with \"ore\". If not, write to the Free Software Foundation, Inc:\n" - "+ *\t\"Free Software Foundation <info@fsf.org>\"\n" + "+ *\t\"Free Software Foundation <info-dGWS0fDw8IM@public.gmane.org>\"\n" "+ */\n" "+\n" "+#include <scsi/osd_ore.h>\n" @@ -856,6 +857,11 @@ " \t\t bool is_reading, u64 offset, u64 length,\n" " \t\t struct ore_io_state **ios);\n" "-- \n" - 1.7.2.3 + "1.7.2.3\n" + "\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 -72b129c7aed6dc120403891d8c7ddbdc3d532f85cd5d402f9db30b37cd01bfe6 +ee56b498bad339d7ee6c04123a2bac39a037b79d6920fe138ba50d74a0f580bd
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.