Revision bc8fb3cb9e208de0d69223f68058714b78f83833 authored by andrew.vasquez@qlogic.com on 14 January 2006, 01:05:42 UTC, committed by James Bottomley on 14 January 2006, 16:55:35 UTC
Similarly to other ISPs, set execution throttle to maximum
allowed value since 'throttling' is done on a per-lun basis
via queue-depth.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 590f98e
Raw File
Makefile
#
# Makefile for the linux qnx4-filesystem routines.
#

obj-$(CONFIG_QNX4FS_FS) += qnx4.o

qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
back to top