Skip to content

Commit

Permalink
Merge pull request #440 from igaw/fix-rae-users
Browse files Browse the repository at this point in the history
ioctl: Honor rae in nvme_get_nsid_log
  • Loading branch information
igaw authored Jul 25, 2022
2 parents 4b3cb08 + ee014b8 commit 27fb31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvme/ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ static inline int nvme_get_nsid_log(int fd, bool rae,
.lsi = NVME_LOG_LSI_NONE,
.lsp = NVME_LOG_LSP_NONE,
.uuidx = NVME_UUID_NONE,
.rae = false,
.rae = rae,
.ot = false,
};

Expand Down

0 comments on commit 27fb31a

Please sign in to comment.