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