From 8ffcb32e05239f0e53abfb0a1bc4eee4855b7fd2 Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 24 Jan 2014 12:17:54 +0000 Subject: [PATCH] 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 Signed-off-by: Al Viro --- Reading git-format-patch failed