]> Git Repo - linux.git/commit
[PATCH] rbtree: support functions used by the io schedulers
authorJens Axboe <[email protected]>
Wed, 21 Jun 2006 07:36:18 +0000 (09:36 +0200)
committerJens Axboe <[email protected]>
Fri, 23 Jun 2006 15:10:39 +0000 (17:10 +0200)
commitdd67d051529387f6e44d22d1d5540ef281965fdd
tree80457f9a2ad3e562b179e40f5c8d51b4f24d6d9e
parent9e94cd4fd1812bab45237f998b3c6fa1b24023fd
[PATCH] rbtree: support functions used by the io schedulers

They all duplicate macros to check for empty root and/or node, and
clearing a node. So put those in rbtree.h.

Signed-off-by: Jens Axboe <[email protected]>
block/as-iosched.c
block/cfq-iosched.c
block/deadline-iosched.c
include/linux/rbtree.h
This page took 0.056951 seconds and 4 git commands to generate.