Re: [patch] nfsd optimizations for test10 (recoded to use list_head)

2000-11-12 Thread Neil Brown
On Sunday November 12, [EMAIL PROTECTED] wrote: > > Hi, > > This is the recoded racache that uses list_head for several lists, e.g., > lru and free lists. I have tested it under SPEC SFS runs, and several other > NFS loads myself. Ok, I have taken a closer look at this code: 1/ Why did you cha

[patch] nfsd optimizations for test10 (recoded to use list_head)

2000-11-12 Thread Ying Chen/Almaden/IBM
Hi, This is the recoded racache that uses list_head for several lists, e.g., lru and free lists. I have tested it under SPEC SFS runs, and several other NFS loads myself. Here is the whole patch against test10. = diff -ruN nfsd.orig/nfsd.h nfs