From: Alex Elder Date: Tue, 10 Jul 2012 02:04:23 +0000 (-0500) Subject: rbd: dynamically allocate image header name X-Git-Tag: v3.6-rc1~36^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb8627c76db699e3a085596aa80503fb0973c041;p=pandora-kernel.git rbd: dynamically allocate image header name There is no need to impose a small limit the length of the header name recorded for an rbd image in a struct rbd_dev. Remove the limitation by allocating space for the header name dynamically. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed