commit | 4b0dc07e66ade18e0209331afbd16b3de8384f5c | [log] [tgz] |
---|---|---|
author | Nikita Danilov <nikita@clusterfs.com> | Tue Sep 06 15:17:20 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:28 2005 -0700 |
tree | f00b0b3e4649ffcbcf1ff26c08ee28371a857c89 | |
parent | ffdfc40976dda18d923cd001d44bf0ee55da1af4 [diff] |
[PATCH] cleanup of deadline_dispatch_requests() cleanup of deadline_dispatch_requests(): - replace drq selection with hopefully clearer while semantically the same construct: take write request, if there is any, otherwise take read one, or NULL if none exist. - kill unused other_dir. Signed-off-by: Nikita Danilov <nikita@clusterfs.com> Cc: Jens Axboe <axboe@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>