]> git.karo-electronics.de Git - mv-sheeva.git/commit
mtd: call the remove notifiers before assuming it is in use
authorMaxim Levitsky <maximlevitsky@gmail.com>
Mon, 22 Feb 2010 18:39:32 +0000 (20:39 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 26 Feb 2010 17:37:10 +0000 (17:37 +0000)
commit75c0b84d41c6f08c0cb083464907005683ef2920
treef1a997c8c2a583551afc2e733e0df815d3c9bc91
parent298304f1a554d44cf13391e531ced3cde69a8ce4
mtd: call the remove notifiers before assuming it is in use

Now that mtd block common layer is prepared for proper hotplug support,
enable it here

Now all users of the mtd device have a chance to put the mtd device
when they are notified to do so, and they have to do so to make hotplug work.

[dwmw2: There's more work to be done to fix hotplug in the general case, but
        this is a reasonable start]

Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/mtdcore.c