Unionfs: pass nameidata when lower file system is NFS
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 30 Apr 2011 05:34:00 +0000 (01:34 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 01:24:19 +0000 (20:24 -0500)
commit397b8c9cf93ec0b522741f9a09e674651b7870a9
tree3531a083a6278ba9a988fc0f14602670cd2c5c27
parent4f505d031c5ddbd9cc77f3e7ee822732f86ca4e4
Unionfs: pass nameidata when lower file system is NFS

Use new lookup_one_len_nd() and pass nameidata, now required by NFS3, else
you get an oops.

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