commit | 8ffcb32e05239f0e53abfb0a1bc4eee4855b7fd2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Jan 24 12:17:54 2014 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 01 23:19:18 2014 -0400 |
tree | d731abff96c06cdd6469ab24fea814ac03fbedd9 | |
parent | 3ef120a459260b35175a64a418bdb115d80bf58f [diff] |
VFS: Make delayed_free() call free_vfsmnt() 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>