From eb790a7761a095c4b7c1e33a25f1f33aedf0a71d Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 2 Apr 2016 17:16:51 -0700 Subject: [PATCH] scoutfs: remove nonsense comment I think the range comparisons are correct here. Signed-off-by: Zach Brown --- kmod/src/ival.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kmod/src/ival.c b/kmod/src/ival.c index e9e51da5..d55e73bd 100644 --- a/kmod/src/ival.c +++ b/kmod/src/ival.c @@ -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