Messages in this thread |  | | Date | Fri, 30 Jul 2010 23:27:46 -0600 | | Subject | ll_rw_blk() Comments still in the code | | From | Jeffrey Merkey <> |
| |
This function has been gone for a while and the code has some inaccurate comments remaining.
[root@cloudstream linux-2.6.34.1]# [root@cloudstream linux-2.6.34.1]# find . -name '*.c' -exec grep -H ll_rw_blk {} \; ./fs/reiserfs/journal.c: // since we're using ll_rw_blk above, it might have skipped over ./drivers/s390/block/dasd.c: * Dasd request queue function. Called from ll_rw_blk.c ./drivers/s390/char/tape_block.c: * Tape request queue function. Called from ll_rw_blk.c ./block/blk-core.c: * Request may not have originated from ll_rw_blk. if not, ./block/elevator.c: * queue wasn't empty before this request, ll_rw_blk [root@cloudstream linux-2.6.34.1]# find . -name '*.h' -exec grep -H ll_rw_blk {} \; ./include/linux/fs.h:#define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ ./include/linux/fs.h:#define BLKSECTGET _IO(0x12,103)/* get max sectors per request (ll_rw_blk.c) */ ./include/linux/blkdev.h: * ll_rw_blk doesn't touch it. ./usr/include/linux/fs.h:#define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ ./usr/include/linux/fs.h:#define BLKSECTGET _IO(0x12,103)/* get max sectors per request (ll_rw_blk.c) */ [root@cloudstream linux-2.6.34.1]# [root@cloudstream linux-2.6.34.1]# [root@cloudstream linux-2.6.34.1]#
Jeff Merkey
|  |