OSDN Git Service

dm crypt: fix endianness annotations around org_sector_of_dmreq
authorChristoph Hellwig <hch@lst.de>
Thu, 4 Apr 2019 16:33:34 +0000 (18:33 +0200)
committerMike Snitzer <snitzer@redhat.com>
Thu, 18 Apr 2019 20:16:01 +0000 (16:16 -0400)
commitc13b5487d9dec7189390c76c11358584e327870a
tree3aa5c5c320302adefde980b9c76369ee08facd60
parentdc4060a5dc2557e6b5aa813bf5b73677299d62d2
dm crypt: fix endianness annotations around org_sector_of_dmreq

The sector used here is a little endian value, so use the right
type for it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-crypt.c