Revision 32740ddc1095e5e320bf961dda146bf97bc28adb authored by Alexey Kuznetsov on 01 October 2007, 00:51:33 UTC, committed by David S. Miller on 02 October 2007, 04:01:23 UTC
This is followup to Patrick's patch. A little optimization to enqueue
routine allows to remove artificial limitation on queue length.

Plus, testing showed that hash function used by SFQ is too bad or even worse.
It does not even sweep the whole range of hash values.
Switched to Jenkins' hash.

Signed-off-by: Alexey Kuznetsov <kaber@ms2.inr.ac.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3146b39
History
File Mode Size
Kconfig -rw-r--r-- 22.4 KB
Makefile -rw-r--r-- 1.0 KB
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 10.1 KB
do_mounts.h -rw-r--r-- 1.4 KB
do_mounts_initrd.c -rw-r--r-- 3.0 KB
do_mounts_md.c -rw-r--r-- 7.3 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 11.9 KB
main.c -rw-r--r-- 20.6 KB
noinitramfs.c -rw-r--r-- 1.4 KB
version.c -rw-r--r-- 1009 bytes

back to top