Increase the size of the inode cache waitqueue table. This should
have a better notion of what a performant wait table size is.

 inode.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -urpN wli-2.5.50-bk5-11/fs/inode.c wli-2.5.50-bk5-12/fs/inode.c
--- wli-2.5.50-bk5-11/fs/inode.c	2002-11-27 14:36:22.000000000 -0800
+++ wli-2.5.50-bk5-12/fs/inode.c	2002-12-05 21:25:52.000000000 -0800
@@ -1169,7 +1169,7 @@ void remove_dquot_ref(struct super_block
  * Hashed waitqueues for wait_on_inode().  The table is pretty small - the
  * kernel doesn't lock many inodes at the same time.
  */
-#define I_WAIT_TABLE_ORDER	3
+#define I_WAIT_TABLE_ORDER	8
 static struct i_wait_queue_head {
 	wait_queue_head_t wqh;
 } ____cacheline_aligned_in_smp i_wait_queue_heads[1<<I_WAIT_TABLE_ORDER];