aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
diff options
context:
space:
mode:
authorYan, Zheng <zyan@redhat.com>2016-04-29 23:40:23 +0800
committerIlya Dryomov <idryomov@gmail.com>2016-05-26 01:15:36 +0200
commit209ae762a64397557be2bc48490fd968912e9a71 (patch)
treea3a370dd6ace60fff136b2db8e6701f2d88d08aa /fs
parentceph: using hash value to compose dentry offset (diff)
downloadwireguard-linux-209ae762a64397557be2bc48490fd968912e9a71.tar.xz
wireguard-linux-209ae762a64397557be2bc48490fd968912e9a71.zip
ceph: fix inode reference leak
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ceph/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c
index f51b6fd5f570..4889aaa72acc 100644
--- a/fs/ceph/inode.c
+++ b/fs/ceph/inode.c
@@ -1328,8 +1328,8 @@ static int readdir_prepopulate_inodes_only(struct ceph_mds_request *req,
if (rc < 0) {
pr_err("fill_inode badness on %p got %d\n", in, rc);
err = rc;
- continue;
}
+ iput(in);
}
return err;