diff options
author | Christoph Hellwig <hch@lst.de> | 2017-05-17 09:54:27 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-06-05 16:59:16 +0200 |
commit | 8e41226324e7c00f2087bfbc9f470d665e92df18 (patch) | |
tree | f4d592a88e7c9802749abe238f1bc89541de7d1e /drivers/nvme/host/fabrics.h | |
parent | sysctl: switch to use uuid_t (diff) | |
download | linux-8e41226324e7c00f2087bfbc9f470d665e92df18.tar.xz linux-8e41226324e7c00f2087bfbc9f470d665e92df18.zip |
nvme: switch to uuid_t
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/nvme/host/fabrics.h')
-rw-r--r-- | drivers/nvme/host/fabrics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/fabrics.h b/drivers/nvme/host/fabrics.h index f5a9c1fb186f..29be7600689d 100644 --- a/drivers/nvme/host/fabrics.h +++ b/drivers/nvme/host/fabrics.h @@ -36,7 +36,7 @@ struct nvmf_host { struct kref ref; struct list_head list; char nqn[NVMF_NQN_SIZE]; - uuid_be id; + uuid_t id; }; /** |