]> git.baikalelectronics.ru Git - kernel.git/commit
rbd: remove out_partial label in rbd_img_request_fill()
authorIlya Dryomov <ilya.dryomov@inktank.com>
Tue, 4 Mar 2014 09:57:17 +0000 (11:57 +0200)
committerYan, Zheng <zheng.z.yan@intel.com>
Thu, 3 Apr 2014 02:33:50 +0000 (10:33 +0800)
commitd391d887f4978f569adb69a6a350694236b17b99
treef2a5f90569279f867d5d02cd6d1d6a55b5ed544f
parentce5d832c03c26db91f720c03b8474ec79bbf6eca
rbd: remove out_partial label in rbd_img_request_fill()

Commit ee3ca482a273c ("rbd: fix buffer size for writes to images with
snapshots") moved the call to rbd_img_obj_request_add() up, making the
out_partial label bogus.  Remove it.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/block/rbd.c