forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
nvmet: Fix conventional passthru
Currently nvme_init_cap unconditionally sets support for one or more command sets. When namespace identify descriptors are parsed it is expected that the command set identifier is present, which is not always true for a conventional namespace. Signed-off-by: Adam Manzanares <a.manzanares@samsung.com>
- Loading branch information
1 parent
f8fbb47
commit 05175480696ae235d783d7a46b5cc1f42a0ad4c6
Showing
3 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters