Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix nvpair type of invalid_features (openzfs#250)
The kernel expects the "invalid_features" to be a NvList-type nvpair, but we are passing a StringArray-type, resulting in a kernel panic. This commit changes it to return a NvList.
- Loading branch information