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 02:53:17 +0000 (21:53 -0500)
commitc42952af2ec623b31a2eb89f436c8ea3a1bccca6
tree8065baac4200b26341bc4353c95228a1a64d662f
parente7c8fba521960c68d11ef628e8a2f6464d02b5b8
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