diff options
author | Alex Elder <elder@inktank.com> | 2012-11-09 12:50:10 -0600 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2013-01-17 15:52:03 -0600 |
commit | 7c3d22cf16f1bbcb37a73e88338c042bb49ff112 (patch) | |
tree | 5f12e6272e0d6c1f309d398e4a954e91981670b5 /include | |
parent | 25704ac9de30ac3e73c123e7b2734f7ca744c8d8 (diff) | |
download | linux-stable-7c3d22cf16f1bbcb37a73e88338c042bb49ff112.tar.gz linux-stable-7c3d22cf16f1bbcb37a73e88338c042bb49ff112.tar.bz2 linux-stable-7c3d22cf16f1bbcb37a73e88338c042bb49ff112.zip |
rbd: don't bother setting snapid in rbd_do_request()
For some reason, the snapid field of the osd request header is
explicitly set to CEPH_NOSNAP in rbd_do_request(). Just a few lines
later--with no code that would access this field in between--a call
is made to ceph_calc_raw_layout() passing the snapid provided to
rbd_do_request(), which encodes the snapid value it is provided into
that field instead.
In other words, there is no need to fill in CEPH_NOSNAP, and doing
so suggests it might be necessary. Don't do that any more.
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions