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