From: Alex Elder Date: Fri, 26 Apr 2013 14:43:47 +0000 (-0500) Subject: rbd: make rbd spec names pointer to const X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecb4dc225612e1c0b28d2c1b168422dde4f442a6;p=pandora-kernel.git rbd: make rbd spec names pointer to const Make the names and image id in an rbd_spec be pointers to constant data. This required the use of a local variable to hold the snapshot name in rbd_add_parse_args() to avoid a warning. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed