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 19:22:18 +0000 (14:22 -0500)
commit8cde92d3fe0b1a65f403eafe161f21395b08678c
treed0e0e55193ba0773ac10a4cab891776682db5b07
parent42f1d61b63e104aaa9963821a76a9f72dc98aa0e
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