diff options
author | 2018-07-17 17:17:36 +0300 | |
---|---|---|
committer | 2018-07-24 15:55:51 +0200 | |
commit | 1b0d274523df5ef1caedc834da055ff721e4d4f0 (patch) | |
tree | 30e600069e9dac585697ba0b88e4419ce83da5d8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nvmet: check fileio lba range access boundaries (diff) | |
download | wireguard-linux-1b0d274523df5ef1caedc834da055ff721e4d4f0.tar.xz wireguard-linux-1b0d274523df5ef1caedc834da055ff721e4d4f0.zip |
nvmet: don't use uuid_le type
Don't use sizeof(uuid_le) where none of the parameters is type of uuid_le.
Since both arguments are u8 [16], use size of destination there.
Moreover, uuid_le is a deprecated type, and nvmet is using uuid_t
already.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions