diff options
author | David Disseldorp <ddiss@suse.de> | 2018-12-05 13:18:35 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-12-07 21:54:33 -0500 |
commit | b2da4abf26e859c6c17b49f6f728db0eaab9bc4a (patch) | |
tree | d0050f258c6d6b707be82218373d9d96f0d609d6 /fs/dax.c | |
parent | 0de263577de5d5e052be5f4f93334e63cc8a7f0b (diff) | |
download | linux-b2da4abf26e859c6c17b49f6f728db0eaab9bc4a.tar.gz linux-b2da4abf26e859c6c17b49f6f728db0eaab9bc4a.tar.bz2 linux-b2da4abf26e859c6c17b49f6f728db0eaab9bc4a.zip |
scsi: target: consistently null-terminate t10_wwn strings
In preparation for supporting user provided vendor strings, add an extra
byte to the vendor, model and revision arrays in struct t10_wwn. This
ensures that the full INQUIRY data can be carried in the arrays along with
a null-terminator.
Change a number of array readers and writers so that they account for
explicit null-termination:
- The pscsi_set_inquiry_info() and emulate_model_alias_store() codepaths
don't currently explicitly null-terminate; fix this.
- Existing t10_wwn field dumps use for-loops which step over
null-terminators for right-padding.
+ Use printf with width specifiers instead.
Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'fs/dax.c')
0 files changed, 0 insertions, 0 deletions