]> Git Repo - J-linux.git/commitdiff
nvme.h: add missing nvme_lba_range_type endianness annotations
authorWesley Sheng <[email protected]>
Wed, 16 Jun 2021 05:25:08 +0000 (13:25 +0800)
committerChristoph Hellwig <[email protected]>
Thu, 17 Jun 2021 13:51:21 +0000 (15:51 +0200)
Signed-off-by: Wesley Sheng <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
include/linux/nvme.h

index cb1197f1cfed3f52fd5071a90ff29621f5985975..b7c4c4130b65eff7d1b8ad85fa20e67e3b5a4448 100644 (file)
@@ -636,8 +636,8 @@ struct nvme_lba_range_type {
        __u8                    type;
        __u8                    attributes;
        __u8                    rsvd2[14];
-       __u64                   slba;
-       __u64                   nlb;
+       __le64                  slba;
+       __le64                  nlb;
        __u8                    guid[16];
        __u8                    rsvd48[16];
 };
This page took 0.052695 seconds and 4 git commands to generate.