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, 12 Aug 2011 02:37:30 +0000 (22:37 -0400)
commit4d6224369c172ec0169b9ee16d2831807cb67169
treeaa5de2f4d17627c67aad0f98966d5a2802556ae7
parent98c14c5e9fb1cf3ecb168f3fc471711b38734e02
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