commit | 1be4a0900be5d2c2fd9cd012e3a153e1ea47b96a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Mon Jun 06 13:36:01 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 06 14:42:24 2005 -0700 |
tree | e743475f1ff0e078bda6bc8555bfc5b9fb8b4097 | |
parent | d73ffe16b8baafae6e9249acee6b50c24099c6de [diff] |
[PATCH] namei fixes (5/19) fix for too early mntput() in open_namei() - we pin path.mnt down for the duration of __do_follow_link(). Otherwise we could get the fs where our symlink lived unmounted while we were in __do_follow_link(). That would end up with dentry of symlink staying pinned down through the fs shutdown. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>