On 2021/3/22 下午10:03, Sidong Yang wrote:
This comment is outdated and this patch remove
it to avoid confusion.
Signed-off-by: Sidong Yang <[email protected]>
Reviewed-by: Qu Wenruo <[email protected]>
Thanks,
Qu
---
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;