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, 13 Jan 2009 01:43:32 +0000 (20:43 -0500)
commit05b590ebbfb35da29f6b4941e3479b2bd02f100a
tree452152f981f9708b49eb606c162a36c5d21eeb9f
parent9c6d2855e2c88a10e66eaec1c0a794f058d8036f
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