[PATCH] VFS: Make delayed_free() call free_vfsmnt()

2014-01-24 Thread David Howells
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 --- fs/namespace.c | 20 1 file changed,

[PATCH] VFS: Make delayed_free() call free_vfsmnt()

2014-01-24 Thread David Howells
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 dhowe...@redhat.com --- fs/namespace.c | 20