]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: fix safe completion
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 31 May 2013 07:54:44 +0000 (15:54 +0800)
committerSage Weil <sage@inktank.com>
Thu, 13 Jun 2013 15:46:29 +0000 (08:46 -0700)
commit7a0e82c69c0ce8d4276ed4de3c018765339592fe
tree4e648809f767091efb40a6f9c0f964c173adcf5f
parentcb4edc5ba95d2360dc2250e2dd5b2b792bd50cf3
libceph: fix safe completion

handle_reply() calls complete_request() only if the first OSD reply
has ONDISK flag.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Sage Weil <sage@inktank.com>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c