diff for duplicates of <200905271151.28045.rusty@rustcorp.com.au> diff --git a/a/1.txt b/N1/1.txt index 05d2dde..a552a27 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,9 +2,9 @@ On Tue, 26 May 2009 06:05:39 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 9372b08..c243120 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020090526083751.5050.60959.sendpatchset@localhost.localdomain\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 11:51:26 +0930\0" + "Date\0Wed, 27 May 2009 02:33:26 +0000\0" "To\0Amerigo Wang <amwang@redhat.com>" " linux-alpha@vger.kernel.org\0" "Cc\0linux-kernel@vger.kernel.org" @@ -17,9 +17,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" @@ -36,4 +36,4 @@ "Thanks!\n" Rusty. -9fed57a78e4ef3b023ad8101d342d7f5c380c5c0ea99531b9e631f3048b88c89 +ea5d641ecdd2387a3f5a9f9e2cdd3b4742a82fe244f1efc4651791c603762b69
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.