VFS: Make delayed_free() call free_vfsmnt()
authorDavid Howells <dhowells@redhat.com>
Fri, 24 Jan 2014 12:17:54 +0000 (12:17 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:18 +0000 (23:19 -0400)
Make delayed_free() call free_vfsmnt() so that we don't have two functions
doing the same job.  This requires the calls to mnt_free_id() in free_vfsmnt()
to be moved into the callers of that function.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c

diff --cc fs/namespace.c
Simple merge