Skip to content

Commit

Permalink
Remove XXX comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweeezil committed Jun 2, 2013
1 parent facd2c8 commit 3a166fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libzfs/libzfs_dataset.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3a166fc

Please sign in to comment.