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:43:42 +0000 (20:43 -0500)
commit77f751831a3cf4668d29bdf90dfd83fb7ef545f3
treee0ffb3ddad7d0ad13028d3c920960635c3fe3db6
parent3cba0cf60c2a70ff71253c45d0f5135b1f595c21
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