]> git.baikalelectronics.ru Git - kernel.git/commit
rbd: fix type of snap_id in rbd_dev_v2_snap_info()
authorAlex Elder <elder@inktank.com>
Wed, 9 Jan 2013 20:44:18 +0000 (14:44 -0600)
committerAlex Elder <elder@inktank.com>
Thu, 17 Jan 2013 22:35:55 +0000 (16:35 -0600)
commit4e185f3c24db70c81a4b5144b03da99c6a4b75fa
treef9a5c0683f86bf5a102df3932cc1cc98472cad09
parentc33934a979d3b83f01d4bc61037fca64341af574
rbd: fix type of snap_id in rbd_dev_v2_snap_info()

The type of the snap_id local variable is defined with the
wrong byte order.  Fix that.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c