]> git.tue.mpg.de Git - paraslash.git/commit
rbtree: Add const qualifier to some functions.
authorAndre Noll <maan@systemlinux.org>
Sun, 10 May 2009 19:31:13 +0000 (21:31 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 May 2009 19:31:13 +0000 (21:31 +0200)
commit9f0824c310af620e10f76f7cb1613228a517ea3f
tree0c052358cc5713c6dd2becec5524001d15e4e1c3
parentf8f6605a4f02a15378a36618dbfacfc862fc6192
rbtree: Add const qualifier to some functions.

The 'rb_first()', 'rb_last()', 'rb_next()' and 'rb_prev()' calls take a pointer
to an RB node or RB root. They do not change the pointed objects, so add a
'const' qualifier.

See commit f4b477c47332367d35686bd2b808c2156b96d7c7 in the linux source tree.
rbtree.c
rbtree.h