Skip to content

Commit 27fb31a

Browse files
authored
Merge pull request #440 from igaw/fix-rae-users
ioctl: Honor rae in nvme_get_nsid_log
2 parents 4b3cb08 + ee014b8 commit 27fb31a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme/ioctl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ static inline int nvme_get_nsid_log(int fd, bool rae,
12441244
.lsi = NVME_LOG_LSI_NONE,
12451245
.lsp = NVME_LOG_LSP_NONE,
12461246
.uuidx = NVME_UUID_NONE,
1247-
.rae = false,
1247+
.rae = rae,
12481248
.ot = false,
12491249
};
12501250

0 commit comments

Comments
 (0)