rbd: rename rbd_dev->block_name
authorAlex Elder <elder@inktank.com>
Wed, 11 Jul 2012 01:30:09 +0000 (20:30 -0500)
committerSage Weil <sage@inktank.com>
Mon, 30 Jul 2012 16:29:59 +0000 (09:29 -0700)
commitca1e49a6afe87ea4e2d3e73e10d1d3c0fad2aa3f
tree58d4d398687c155824eb248211a11fe0d59d1058
parentea3352f4aa4fc32397d9a535780315e0f2bfee15
rbd: rename rbd_dev->block_name

Each rbd image has a name that forms the basis of all data objects
backing the device.  Old (format 1) images refer to this name as the
"block name," while new (format 2) images use the term "object
prefix" for this.

Change the field name in the in-core rbd image header structure to
reflect the more modern usage.  We intentionally keep the the name
"block_name" in the on-disk definition for format 1 image headers.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c
This page took 0.02421 seconds and 5 git commands to generate.