From: Alex Elder Date: Mon, 6 May 2013 12:40:30 +0000 (-0500) Subject: rbd: update capacity in rbd_dev_refresh() X-Git-Tag: v3.10-rc2~28^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a653e216a8427547774ab3f2cc92709c3e28c9;p=pandora-kernel.git rbd: update capacity in rbd_dev_refresh() When a mapped image changes size, we change the capacity recorded for the Linux disk associated with it, in rbd_update_mapping_size(). That function is called in two places--the format 1 and format 2 refresh routines. There is no need to set the capacity while holding the header semaphore. Instead, do it in the common rbd_dev_refresh(), using the logic that's already there to initiate disk revalidation. Add handling in the request function, just in case a request that exceeds the capacity of the device comes in (perhaps one that was started before a refresh shrunk the device). Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed