]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make formatting of dedup values string consistent
authorClint Armstrong <clint@clintarmstrong.net>
Sat, 22 Aug 2020 17:58:07 +0000 (13:58 -0400)
committerGitHub <noreply@github.com>
Sat, 22 Aug 2020 17:58:07 +0000 (10:58 -0700)
commit1ddd7cdb92641c150cb5f88722f097dcc63d2f3d
tree8f76326e07e8522acef133d1972649329085142e
parent6fe3498ca3406ffb10f729ab4f9cf63f10c74ede
Make formatting of dedup values string consistent

All other prop values return options separated by ` | `,
dedup values do not, they are separated by `, `. This change
makes the dedup value formatting consistent with other properties.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Clint Armstrong <clint@clintarmstrong.net>
Closes #10761
module/zcommon/zfs_prop.c