提交 209ae762 编写于 作者: Y Yan, Zheng 提交者: Ilya Dryomov

ceph: fix inode reference leak

Signed-off-by: NYan, Zheng <zyan@redhat.com>
上级 f3c4ebe6
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册