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>
Sun, 24 Nov 2013 17:22:22 +0000 (12:22 -0500)
commit9ebc9cbbb42db05f41e37c7f54754be38bedb5bb
tree2b404b0c0b8055a1ee5170e80852d17fec0e5c38
parentcaaed4ac4a190bd1f09c7c77ffdb2f200d0b5506
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