From: Alex Elder Date: Fri, 31 Aug 2012 22:29:51 +0000 (-0500) Subject: rbd: rename block_name -> object_prefix X-Git-Tag: v3.7-rc1~90^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843a0d0879935742bb7270c9dc8d94abb8b39cee;p=pandora-kernel.git rbd: rename block_name -> object_prefix In the on-disk image header structure there is a field "block_name" which represents what we now call the "object prefix" for an rbd image. Rename this field "object_prefix" to be consistent with modern usage. This appears to be the only remaining vestige of the use of "block" in symbols that represent objects in the rbd code. This addresses http://tracker.newdream.net/issues/1761 Signed-off-by: Alex Elder Reviewed-by: Josh Durgin Reviewed-by: Dan Mick --- Reading git-diff-tree failed