mtdchar: kill persistently held vfsmount
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 23 Mar 2012 17:47:52 +0000 (13:47 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 31 Mar 2012 20:03:15 +0000 (16:03 -0400)
commit00292bbf769620dea923dbd906afd88955f7ea19
treee13fb45d1c31e96d37213f514715bddc95bbea07
parent22a71c3055cfcc277b7a8422d4ff256944370c24
mtdchar: kill persistently held vfsmount

... and mtdchar_notifier along with it; just have ->drop_inode() that
will unconditionally get evict them instead of dances on mtd device
removal and use simple_pin_fs() instead of kern_mount()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/mtd/mtdchar.c