diff for duplicates of <200905271453.51914.rusty@rustcorp.com.au> diff --git a/a/1.txt b/N1/1.txt index 8d9fa48..0474986 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,9 +4,9 @@ On Wed, 27 May 2009 12:41:00 pm Amerigo Wang wrote: > >> void module_free(struct module *mod, void *module_region) > >> { > >> vfree(module_region); -> >> - /* FIXME: If module_region == mod->init_region, trim exception +> >> - /* FIXME: If module_region = mod->init_region, trim exception > >> - table entries. */ -> >> + if (module_region == mod->module_init) +> >> + if (module_region = mod->module_init) > >> + mod->num_exentries = 0; > >> } > > diff --git a/a/content_digest b/N1/content_digest index b6dee78..459c951 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\04A1CAF44.7000002@redhat.com\0" "From\0Rusty Russell <rusty@rustcorp.com.au>\0" "Subject\0Re: [Patch 4/4] module: trim exception table in module_free()\0" - "Date\0Wed, 27 May 2009 14:53:51 +0930\0" + "Date\0Wed, 27 May 2009 05:35:51 +0000\0" "To\0Amerigo Wang <amwang@redhat.com>\0" "Cc\0linux-alpha@vger.kernel.org" linux-kernel@vger.kernel.org @@ -20,9 +20,9 @@ "> >> void module_free(struct module *mod, void *module_region)\n" "> >> {\n" "> >> \tvfree(module_region);\n" - "> >> -\t/* FIXME: If module_region == mod->init_region, trim exception\n" + "> >> -\t/* FIXME: If module_region = mod->init_region, trim exception\n" "> >> -\t table entries. */\n" - "> >> +\tif (module_region == mod->module_init)\n" + "> >> +\tif (module_region = mod->module_init)\n" "> >> +\t\tmod->num_exentries = 0;\n" "> >> }\n" "> >\n" @@ -80,4 +80,4 @@ "Hope that clarifies?\n" Rusty. -92fa540aac6bc82f1b013d7e6a147f30646ddac3256983d8d218af160e8ac9e0 +e0d2e38437b2e7aad8872831f82aca86af314c961ea10ee86b9249b1b0bc4793
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.