]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs/9p: Add missing iput in v9fs_vfs_lookup
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 22 Sep 2010 06:54:23 +0000 (12:24 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Thu, 28 Oct 2010 14:08:48 +0000 (09:08 -0500)
commit9856af8b535aaf51d95dab2087e79508f551fbb8
treec8e706c42ac2fe6b2bab543b94522c71a9cff109
parentf5fc6145f385a6287d3d63ee5cf3499ef038c699
fs/9p: Add missing iput in v9fs_vfs_lookup

Make sure we drop inode reference in the error path

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_inode.c