Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioctl: Honor rae in nvme_get_nsid_log
The nvme_get_nsid_log() helper has a rae (Retain Asynchronous Events) parameter, but we currently ignore this when constructing the Get Log Page command arguments. This is a behavior change and not an API change. But the good thing is only for newly build binaries because all helpers are static inline fuctions. Reported-by: Reported-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: Daniel Wagner <dwagner@suse.de>
- Loading branch information