Skip to content

Commit

Permalink
ceph: fix inode reference leak
Browse files Browse the repository at this point in the history
Signed-off-by: Yan, Zheng <zyan@redhat.com>
  • Loading branch information
ukernel committed May 3, 2016
1 parent 22342a3 commit 1a0c982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/inode.c
Expand Up @@ -1345,8 +1345,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;
Expand Down

0 comments on commit 1a0c982

Please sign in to comment.