Revision 1e0b5ab81e2abb8bbf7446f4a17f43a1e34944fe authored by Robert Hancock on 29 June 2007, 00:52:24 UTC, committed by Jeff Garzik on 02 July 2007, 14:14:02 UTC
The sata_nv driver was missing the change_queue_depth hook in the SCSI host
template which the other NCQ-capable libata drivers had. This made it impossible
to change the queue depth by user request. Add this in.

Signed-off-by: Robert Hancock <hancockr@shaw.ca>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 90c9378
History
File Mode Size
Makefile -rw-r--r-- 182 bytes
vxfs.h -rw-r--r-- 9.1 KB
vxfs_bmap.c -rw-r--r-- 7.2 KB
vxfs_dir.h -rw-r--r-- 3.2 KB
vxfs_extern.h -rw-r--r-- 2.8 KB
vxfs_fshead.c -rw-r--r-- 5.4 KB
vxfs_fshead.h -rw-r--r-- 2.5 KB
vxfs_immed.c -rw-r--r-- 3.4 KB
vxfs_inode.c -rw-r--r-- 8.6 KB
vxfs_inode.h -rw-r--r-- 5.4 KB
vxfs_lookup.c -rw-r--r-- 8.0 KB
vxfs_olt.c -rw-r--r-- 3.6 KB
vxfs_olt.h -rw-r--r-- 4.4 KB
vxfs_subr.c -rw-r--r-- 4.6 KB
vxfs_super.c -rw-r--r-- 7.2 KB

back to top