提交 f646912d 编写于 作者: I Ilya Dryomov 提交者: Ilya Dryomov

libceph: use mon_client.c/put_generic_request() more

Signed-off-by: NIlya Dryomov <idryomov@redhat.com>
上级 7a6fdeb2
......@@ -610,7 +610,7 @@ int ceph_monc_do_statfs(struct ceph_mon_client *monc, struct ceph_statfs *buf)
err = do_generic_request(monc, req);
out:
kref_put(&req->kref, release_generic_request);
put_generic_request(req);
return err;
}
EXPORT_SYMBOL(ceph_monc_do_statfs);
......@@ -699,7 +699,7 @@ int ceph_monc_do_get_version(struct ceph_mon_client *monc, const char *what,
mutex_unlock(&monc->mutex);
out:
kref_put(&req->kref, release_generic_request);
put_generic_request(req);
return err;
}
EXPORT_SYMBOL(ceph_monc_do_get_version);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册