]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/namespace.c
[PATCH] mount expiry fixes
authorRam Pai <linuxram@us.ibm.com>
Mon, 7 Nov 2005 22:17:22 +0000 (17:17 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 8 Nov 2005 02:18:10 +0000 (18:18 -0800)
commit36341f64569b0c4572478237ec5ed318f0762510
treec3babb815d36445d2478581569f6d4c892f0202a
parent70fbcdf4d252c6b17cc249cb9ac9b220cb0b863d
[PATCH] mount expiry fixes

 - clean up the ugliness in may_umount_tree()

 - fix a bug in do_loopback().  after cloning a tree, do_loopback()
   unlinks only the topmost mount of the cloned tree, leaving behind the
   children mounts on their corresponding expiry list.

Signed-off-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/namespace.c