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 01:42:02 +0000 (20:42 -0500)
commit601e88463f83cf79eabb3c2a5499799c13725823
tree99b34104b9255e7cc0e1aa590253977e19e54c2b
parente4ed6ab83c490fbe576d35ca4adc35e785ac1645
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