mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 03:44:05 +00:00
scoutfs: remove nonsense comment
I think the range comparisons are correct here. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -70,7 +70,6 @@ void scoutfs_insert_ival(struct scoutfs_ival_tree *tree,
|
||||
ival->subtree_end = *scoutfs_max_key(&ival->subtree_end,
|
||||
&ins->end);
|
||||
|
||||
/* XXX <= and >= consistent? */
|
||||
if (scoutfs_key_cmp(&ins->start, &ival->start) < 0)
|
||||
node = &(*node)->rb_left;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user