From: Jeffrey Merkey on
This function has been gone for a while and the code has some
inaccurate comments remaining.

[root(a)cloudstream linux-2.6.34.1]#
[root(a)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(a)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(a)cloudstream linux-2.6.34.1]#
[root(a)cloudstream linux-2.6.34.1]#
[root(a)cloudstream linux-2.6.34.1]#


Jeff Merkey
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/