diff for duplicates of <20071205115226.GM29972@ghostprotocols.net> diff --git a/a/1.txt b/N1/1.txt index 03679c2..e446f20 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -63,7 +63,7 @@ net/dccp/ccid.c:static void ccid_kmem_cache_destroy(struct kmem_cache *slab) > int __init {rx,tx}_packet_history_init() > { > tfrc_{rx,tx}_hist_slab = kmem_cache_create("tfrc_{rx,tx}_hist", ...); -> return tfrc_{rx,tx}_hist_slab = NULL ? - ENOBUFS : 0; +> return tfrc_{rx,tx}_hist_slab == NULL ? - ENOBUFS : 0; > } > and then call these successively in tfrc_module_init(). diff --git a/a/content_digest b/N1/content_digest index 81b95bc..90b1fbf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,16 @@ "ref\01196631416-17778-1-git-send-email-acme@redhat.com\0" + "ref\020071203083512.GA5484@gerrit.erg.abdn.ac.uk\0" + "ref\020071203124412.GC15034@ghostprotocols.net\0" + "ref\020071203134947.GD18547@gerrit.erg.abdn.ac.uk\0" + "ref\020071203145443.GE15034@ghostprotocols.net\0" + "ref\020071205102736.GF5177@gerrit.erg.abdn.ac.uk\0" "From\0Arnaldo Carvalho de Melo <acme@redhat.com>\0" "Subject\0Re: [RFC][PATCHES 0/7]: Reorganization of RX history patches\0" - "Date\0Wed, 05 Dec 2007 11:52:26 +0000\0" - "To\0dccp@vger.kernel.org\0" + "Date\0Wed, 5 Dec 2007 09:52:26 -0200\0" + "To\0Gerrit Renker <gerrit@erg.abdn.ac.uk>" + Arnaldo Carvalho de Melo <acme@redhat.com> + netdev@vger.kernel.org + " dccp@vger.kernel.org\0" "\00:1\0" "b\0" "Note: removed Ingo from the CC list, I had added it first just because\n" @@ -70,7 +78,7 @@ "> int __init {rx,tx}_packet_history_init()\n" "> {\n" "> \t tfrc_{rx,tx}_hist_slab = kmem_cache_create(\"tfrc_{rx,tx}_hist\", ...);\n" - "> \t return tfrc_{rx,tx}_hist_slab = NULL ? - ENOBUFS : 0;\n" + "> \t return tfrc_{rx,tx}_hist_slab == NULL ? - ENOBUFS : 0;\n" "> }\n" "> and then call these successively in tfrc_module_init().\n" "\n" @@ -195,4 +203,4 @@ "\n" - Arnaldo -bd7f7219066b21fe868d897da57d1daa2ec413cef09547851b89cc4f1b79163c +e8e195adf892ee39f0b22b1bbdb4ade8d8db334587684cc2f8b23d8b8afc5a0e
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.