Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JSON: fix user properties output for zfs list
This commit fixes JSON output for zfs list when user properties are requested with -o flag. This case needed to be handled specifically since zfs_prop_to_name does not return property name for user properties, instead it is stored in pl->pl_user_prop. Signed-off-by: Umer Saleem <[email protected]>
- Loading branch information