]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/namei.c
[PATCH] namei fixes
authorAl Viro <viro@www.linux.org.uk>
Mon, 6 Jun 2005 20:35:58 +0000 (13:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Jun 2005 21:42:24 +0000 (14:42 -0700)
commit90ebe5654febe3555a2516d51d3d251226d35fdb
tree576e1b58886329a4ea0c8a4b20416ce0dead0e51
parent4481e8eea761857367162b0957277d5524fbea63
[PATCH] namei fixes

OK, here comes a patch series that hopefully should close all
too-early-mntput() races in fs/namei.c.  Entire area is convoluted as hell, so
I'm splitting that series into _very_ small chunks.

Patches alread in the tree close only (very wide) races in following symlinks
(see "busy inodes after umount" thread some time ago).  Unfortunately, quite a
few narrower races of the same nature were not closed.  Hopefully this should
take care of all of them.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/namei.c