diff mbox series

[v2] btrfs-progs: qgroup: remove outdated comment

Message ID 20210323160957.2831-1-realwakka@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2] btrfs-progs: qgroup: remove outdated comment | expand

Commit Message

Sidong Yang March 23, 2021, 4:09 p.m. UTC
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 <realwakka@gmail.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>

---
v2:
  Add detailed changelog
---
 cmds/qgroup.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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;