Commit c8e0dd8
committed
tree: avoid updating --tls in nvme_read_sysfs_tls()
It is wrongly assumed that the presence of the sysfs tls_key
attribute in nvme_read_sysfs_tls() indicates --tls was invoked.
But this can also happen if --concat was invoked as well. And both
--tls and --concat are mutually exclusive. So avoid explicitly
setting --tls again here, since both --tls & --concat already
appropriately set earlier in the workflow.
Signed-off-by: Martin George <[email protected]>1 parent c31a813 commit c8e0dd8
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1677 | 1677 | | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | | - | |
| 1680 | + | |
1681 | 1681 | | |
1682 | 1682 | | |
1683 | | - | |
1684 | 1683 | | |
1685 | 1684 | | |
1686 | 1685 | | |
| |||
0 commit comments