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>
Fri, 20 Jun 2014 00:41:29 +0000 (20:41 -0400)
commit91622a20974267edc9219feb0f97afee7b655dee
tree176691296da436b4dea01d5c94dc31cdf02ffb8a
parent1b85b144f4ed8d8b01d6dd0de70e61390f348ebc
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