From 23873bbb5f887785b5589664673d347a77236e03 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 22 Jun 2017 15:30:49 +0200 Subject: [PATCH] OpenZFS 8418 - zfs_prop_get_table() call in zfs_validate_name() is a no-op Authored by: Marcel Telka Reviewed by: Vitaliy Gusev Approved by: Matthew Ahrens Reviewed-by: Brian Behlendorf Reviewed-by: George Melikov Ported-by: Giuseppe Di Natale OpenZFS-issue: https://www.illumos.org/issues/8418 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/e09ba01 Closes #6305 --- lib/libzfs/libzfs_dataset.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libzfs/libzfs_dataset.c b/lib/libzfs/libzfs_dataset.c index 51c168ad7..a4f65b397 100644 --- a/lib/libzfs/libzfs_dataset.c +++ b/lib/libzfs/libzfs_dataset.c @@ -105,7 +105,6 @@ zfs_validate_name(libzfs_handle_t *hdl, const char *path, int type, namecheck_err_t why; char what; - (void) zfs_prop_get_table(); if (entity_namecheck(path, &why, &what) != 0) { if (hdl != NULL) { switch (why) {