From: Alex Elder Date: Tue, 14 May 2013 01:35:38 +0000 (-0500) Subject: rbd: drop original request earlier for existence check X-Git-Tag: v3.11-rc1~69^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912c317d4600b81664ad8f3d3ba6c1f2ff4b49c2;p=pandora-kernel.git rbd: drop original request earlier for existence check The reference to the original request dropped at the end of rbd_img_obj_exists_callback() corresponds to the reference taken in rbd_img_obj_exists_submit() to account for the stat request referring to it. Move the put of that reference up right after clearing that pointer to make its purpose more obvious. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed