lkml.org 
[lkml]   [2006]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: xfs fails dbench in 2.6.18-rc1-mm1
Date
On Wednesday 12 July 2006 18:58, Martin Bligh wrote:
> http://test.kernel.org/abat/40891/debug/test.log.1
>
> Filesystem type for /mnt/tmp is xfs
> write failed on handle 13786
> 4 clients started
> Child failed with status 1
> write failed on handle 13786
> write failed on handle 13786
> write failed on handle 13786
>
> Works fine in -git4
> All other fs's seemed to run OK.
>
> Machine is a 4x Opteron.

You need to revert 92eb7a2f28d551acedeb5752263267a64b1f5ddf

http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blobdiff;h=3f356086061d7076a379b76e265295a5fe3750fe;hp=55f4e70225631b275f85215ee543b104507caacc;hb=92eb7a2f28d551acedeb5752263267a64b1f5ddf;f=fs/file.c

or change in alloc_fdtable()

nfds = max_t(int, 8 * L1_CACHE_BYTES, roundup_pow_of_two(nfds));

into

nfds = max_t(int, 8 * L1_CACHE_BYTES, roundup_pow_of_two(nr+1));

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-12 19:15    [W:0.074 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site