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, 27 Apr 2014 02:26:18 +0000 (22:26 -0400)
commit2ce5eb5d6eb69d0071b8e81c068b2deb8110bafc
tree4aa2bc71083e176817b82742f3c33cf5316dc781
parent336aa024b3675deb1e9a511fe21e15bebadace82
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