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>
Tue, 31 Jan 2012 07:58:43 +0000 (02:58 -0500)
commit6ed4c0a89e640ebd923be40e6fafba12e6f8ca51
tree4e28c0158f0280ecedb371335bcf6c873439d24d
parent3a8649fbfdef16dd71087f14d666fc91cb2f45e9
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