Unionfs: remove unnecessary call to d_iput
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 25 Jan 2008 02:57:06 +0000 (21:57 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 00:46:17 +0000 (19:46 -0500)
commit08143c2b4a49e7518590f08d6c384a0835add05c
treecd96622a5ed92e5b9b467bd8c5473d5570bc5941
parent61d390520a9985020bbdd168c64ef72d966a5baa
Unionfs: remove unnecessary call to d_iput

This old code was to fix a bug which has long since been fixed in our
copyup_permission and unionfs_d_iput.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/copyup.c