From 3a166fc33d27f04720da99c10fc9f89307a112e5 Mon Sep 17 00:00:00 2001 From: Tim Chase Date: Sun, 2 Jun 2013 09:52:59 -0500 Subject: [PATCH] Remove XXX comment. --- lib/libzfs/libzfs_dataset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libzfs/libzfs_dataset.c b/lib/libzfs/libzfs_dataset.c index 698650a6b351..31c52648dcb7 100644 --- a/lib/libzfs/libzfs_dataset.c +++ b/lib/libzfs/libzfs_dataset.c @@ -3626,7 +3626,7 @@ zfs_snapshot(libzfs_handle_t *hdl, const char *path, boolean_t recursive, if (ret == 0 && recursive) { struct createdata cd; - cd.cd_snapname = cp + 1; /* XXXTSC - must make sure that cp is the right thing here */ + cd.cd_snapname = cp + 1; cd.cd_ifexists = B_FALSE; (void) zfs_iter_filesystems(zhp, zfs_create_link_cb, &cd); }