From edb901aab9c738b5eb15aa55933e82b0f2f9d9a2 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Sun, 20 Nov 2016 21:18:00 -0800 Subject: 7386 zfs get does not work properly with bookmarks Reviewed by: Simon Klinkert Reviewed by: Paul Dagnelie Approved by: Matthew Ahrens --- usr/src/lib/libzfs/common/libzfs_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/lib/libzfs/common/libzfs_util.c') diff --git a/usr/src/lib/libzfs/common/libzfs_util.c b/usr/src/lib/libzfs/common/libzfs_util.c index 7dd587a537..b8a16a08d4 100644 --- a/usr/src/lib/libzfs/common/libzfs_util.c +++ b/usr/src/lib/libzfs/common/libzfs_util.c @@ -689,7 +689,7 @@ zfs_get_pool_handle(const zfs_handle_t *zhp) * Given a name, determine whether or not it's a valid path * (starts with '/' or "./"). If so, walk the mnttab trying * to match the device number. If not, treat the path as an - * fs/vol/snap name. + * fs/vol/snap/bkmark name. */ zfs_handle_t * zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) -- cgit v1.2.3