Unionfs: unlock lower parent inode correctly on error path
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 8 Nov 2009 23:18:56 +0000 (18:18 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 16 Jun 2011 22:48:25 +0000 (15:48 -0700)
commitf99cb600448cc672085fe6d47c7f80b4a80f2e8e
tree961af8a464e8a4cf9d1d999ddceedf12fd4a93d9
parent43657f422f65641ec5624bd37ce11e7bfc4048c0
Unionfs: unlock lower parent inode correctly on error path

Bug fix: on some errors, lower directory inode may remain locked and hold a
reference.  This was in ->create, ->symlink, and ->mknod.

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