From: Alex Elder Date: Fri, 26 Oct 2012 04:34:41 +0000 (-0500) Subject: rbd: move snap info out of rbd_mapping struct X-Git-Tag: v3.8-rc1~21^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971f839a7670197366c04e99472943532caeb0dc;p=pandora-kernel.git rbd: move snap info out of rbd_mapping struct Moving the snap_id and snap_name fields into the separate rbd_mapping structure was misguided. (And in time, perhaps we'll do away with that structure altogether...) Move these fields back into struct rbd_device. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed