nvme-fabrics: change NQN UUID to big-endian format
[deliverable/linux.git] / drivers / nvme / host / fabrics.h
index 89df52c8be978cdf2e18b2c0b18a6211642ff8ad..46e460aee52da54306fd4121e73ab997e6e01f5b 100644 (file)
@@ -34,7 +34,7 @@ struct nvmf_host {
        struct kref             ref;
        struct list_head        list;
        char                    nqn[NVMF_NQN_SIZE];
-       uuid_le                 id;
+       uuid_be                 id;
 };
 
 /**
This page took 0.099933 seconds and 5 git commands to generate.