This comment was written in fb124ee4. In this version, parse_group_id() didn't support to parse path. but this function already can parse path. So, this comment is outdated and it makes confusing now.
Signed-off-by: Sidong Yang <realwa...@gmail.com> Reviewed-by: Qu Wenruo <w...@suse.com> --- v2: Add detailed changelog --- cmds/qgroup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmds/qgroup.c b/cmds/qgroup.c index 2da83ffd..b33f77fa 100644 --- a/cmds/qgroup.c +++ b/cmds/qgroup.c @@ -81,9 +81,6 @@ static int _cmd_qgroup_assign(const struct cmd_struct *cmd, int assign, path = argv[optind + 2]; - /* - * FIXME src should accept subvol path - */ if (btrfs_qgroup_level(args.src) >= btrfs_qgroup_level(args.dst)) { error("bad relation requested: %s", path); return 1; -- 2.25.1