Unionfs: port to 3.13-rc1
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 28 Nov 2013 01:00:53 +0000 (20:00 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 16:07:40 +0000 (11:07 -0500)
commitb79ce4020c9a274151dbef6fb5c7d12cc502154d
treef8d9ab6911b228ff15b92a7f49830e7c5a1c17f6
parent86ba00c3905d89d98ba79d9f94c3ff84528a638f
Unionfs: port to 3.13-rc1

Use file_inode helper.

Add NULL extra arg to vfs_* methods and notify_change where it takes a
delegated inode.

Check DCACHE_OP_REVALIDATE flag in ->d_revalidate.

->setattr implemented, but not used yet.

Force our root dentry to be of type DIR.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
12 files changed:
fs/unionfs/commonfops.c
fs/unionfs/copyup.c
fs/unionfs/dentry.c
fs/unionfs/dirfops.c
fs/unionfs/file.c
fs/unionfs/inode.c
fs/unionfs/main.c
fs/unionfs/rdstate.c
fs/unionfs/rename.c
fs/unionfs/sioq.c
fs/unionfs/unlink.c
fs/unionfs/whiteout.c