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:
Zach Brown
2016-04-02 17:16:51 -07:00
parent d91dc45368
commit eb790a7761

View File

@@ -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