diff for duplicates of <4A1CAF44.7000002@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 3f7f749..1c19de8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,9 +4,9 @@ Rusty Russell 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 4ec3493..b0a299b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0200905271151.28045.rusty@rustcorp.com.au\0" "From\0Amerigo Wang <amwang@redhat.com>\0" "Subject\0Re: [Patch 4/4] module: trim exception table in module_free()\0" - "Date\0Wed, 27 May 2009 11:11:00 +0800\0" + "Date\0Wed, 27 May 2009 03:11:00 +0000\0" "To\0Rusty Russell <rusty@rustcorp.com.au>\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" @@ -44,4 +44,4 @@ "\n" Thank you. -6373d6f5c11e2bca14da5e95db4df77d67cb56d1a64881af37f49944c3d4f990 +e479dfa1b093b318bd954ecd424323d11c7b40b7a3e6764ff7688953f260ca84
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.