Remove path_release_on_umount()
authorJan Blunck <jblunck@suse.de>
Fri, 15 Feb 2008 03:34:31 +0000 (19:34 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 15 Feb 2008 05:13:32 +0000 (21:13 -0800)
commit429731b1553bacf9a331c260c317a28aaa878edb
treed9feaea03f5abe2eb3ac6a40cbd4e4e3b4638e6a
parentdb74ece990ea59a9ec9f00f8881026059ef5caf5
Remove path_release_on_umount()

path_release_on_umount() should only be called from sys_umount(). I merged the
function into sys_umount() instead of having in in namei.c.

Signed-off-by: Jan Blunck <jblunck@suse.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/namei.c
fs/namespace.c
include/linux/namei.h