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, 29 Apr 2011 02:25:42 +0000 (22:25 -0400)
commit4d8c71a66239643d52ec53ba6c1b3f35e963e822
tree0addf0bd610285b6636db37b34c69dd4186813f1
parent0a9e4f6d518d4423f918bb52d61b0941e3d8e5c6
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