]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found