Unionfs: lookup overhaul using vfs_path_lookup
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 03:23:49 +0000 (23:23 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 03:23:49 +0000 (23:23 -0400)
commit76166734b03f3261ea261a21487735a0deaea08e
tree8ba4585c77cd9d913698bc230599cf6d64fe9b3a
parent1892f21435acd15808bfd9b2e01de603657e3d16
Unionfs: lookup overhaul using vfs_path_lookup

Rework the lookup code to use vfs_path_lookup as much as possible, to ensure
that we have a vfsmount at this critical stage.  This is necessary for the
upcoming VFS API change from vfs_* to path_* methods.  This change also
allows unionfs to cross bind mounts and other mounts on lower branches.

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