Unionfs: implement d_iput method
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 28 Dec 2007 00:05:05 +0000 (19:05 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 12 Aug 2011 02:37:23 +0000 (22:37 -0400)
commit47abf649d259a9c050b1b333aaacef3620553823
tree5f482c3c332d7fe1e5b20f9a988f2cf76a5ac05d
parentd70e2c804ccc4a015b18a6834e9cb048fe2d13f1
Unionfs: implement d_iput method

This is needed to drop lower objects early enough, under certain conditions,
so the lower objects don't stay behind until umount(). [LTP testing]

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