commit | c13b5487d9dec7189390c76c11358584e327870a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 04 18:33:34 2019 +0200 |
committer | Mike Snitzer <snitzer@redhat.com> | Thu Apr 18 16:16:01 2019 -0400 |
tree | 3aa5c5c320302adefde980b9c76369ee08facd60 | |
parent | dc4060a5dc2557e6b5aa813bf5b73677299d62d2 [diff] |
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>