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)
commite0b49868d3629708eda593b6739cb78f33ab238a
treef9a5c0683f86bf5a102df3932cc1cc98472cad09
parent8b84de7940b69fd7326946ba244621aa5fc412e0
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