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-- 432 bytes
acl.c -rw-r--r-- 12.3 KB
acl.h -rw-r--r-- 1.7 KB
balloc.c -rw-r--r-- 53.1 KB
bitmap.c -rw-r--r-- 697 bytes
dir.c -rw-r--r-- 13.3 KB
ext4_jbd2.c -rw-r--r-- 1.5 KB
extents.c -rw-r--r-- 56.3 KB
file.c -rw-r--r-- 3.6 KB
fsync.c -rw-r--r-- 2.6 KB
hash.c -rw-r--r-- 3.1 KB
ialloc.c -rw-r--r-- 21.5 KB
inode.c -rw-r--r-- 94.1 KB
ioctl.c -rw-r--r-- 7.3 KB
namei.c -rw-r--r-- 64.3 KB
namei.h -rw-r--r-- 170 bytes
resize.c -rw-r--r-- 32.6 KB
super.c -rw-r--r-- 78.7 KB
symlink.c -rw-r--r-- 1.3 KB
xattr.c -rw-r--r-- 34.4 KB
xattr.h -rw-r--r-- 3.9 KB
xattr_security.c -rw-r--r-- 1.8 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top