rbd: rename block_name -> object_prefix
authorAlex Elder <elder@inktank.com>
Fri, 31 Aug 2012 22:29:51 +0000 (17:29 -0500)
committerAlex Elder <elder@inktank.com>
Mon, 1 Oct 2012 19:30:49 +0000 (14:30 -0500)
commit843a0d0879935742bb7270c9dc8d94abb8b39cee
tree0640effa058b406b9d4b52da41e811c97bd8d90c
parent7698f2f5e0d7b7a062213fa970b7c4e121adf38e
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 <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
drivers/block/rbd.c
drivers/block/rbd_types.h