diff options
author | Alex Elder <elder@inktank.com> | 2013-05-06 09:51:30 -0500 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2013-05-08 17:00:52 -0500 |
commit | 2df3fac75851dc4257b90dc72fdd3cf27ba177bc (patch) | |
tree | 7fe0400a4bec6c3a7e89d76aa11e27d30320fc78 /drivers/mfd | |
parent | 99a41ebcee1a1ea0463b1b29d2e888de21a60c66 (diff) |
rbd: define rbd_dev_v2_header_info()
This rearranges rbd_dev_v2_refresh() so it works more like
rbd_dev_v1_header_info(). While format 1 images need to read the
whole header object to get any information, format 2 can collect
almost all information selectively. So the one-time initialization
will remain in a separate function--based on rbd_dev_v2_probe().
Rename rbd_dev_v2_refresh() to be rbd_dev_v2_header_info(), and have
it call rbd_dev_v2_header_onetime() if it's being called for the
first time for the given rbd device.
Rename rbd_dev_v2_probe() to be rbd_dev_v2_header_onetime() and
remove the image size and snapshot context calls it held in
common with the refresh function.
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'drivers/mfd')
0 files changed, 0 insertions, 0 deletions