cleanup: remove unnecessary call to inherit_mnt
authorErez_Zadok <ezk@cs.sunysb.edu>
Mon, 28 May 2007 23:23:42 +0000 (19:23 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 6 Mar 2011 08:42:25 +0000 (03:42 -0500)
commit429563b047ff8fbca3fe8067cc03a59d143470fe
tree6b4ed9705d3f3733b558eb9f96c6c30b776aec6e
parentb7e15fa6a586997612d5caacbf5b17869b7c48fd
cleanup: remove unnecessary call to inherit_mnt

Our unionfs_lookup doesn't need to call inherit_mnt: the lower mnts will be
correct here (but not if other methods such as unionfs_rename call our
lookup_backend helper function directly).

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/inode.c