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 01:24:38 +0000 (20:24 -0500)
commit4795976ccfc9f1a50fce1d3d93ad4f7fb695bc0e
tree83fcc3236fc9ac8e47918b4b9e41fe513413edfe
parent109674980811dff487afa6abec825195241d169f
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