[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: high load lockup
Steve,
> Try changing this line in xfs_iread (fs/xfs/xfs_inode.c)
>
> int alloc_mode = tp ? KM_SLEEP : KM_SLEEP_IO;
>
> to this
>
> int alloc_mode = KM_SLEEP;
ok, I'll launch a run like that now. I'll see if its locked up when I
get up tomorrow.
> I hate to request it, since it sounds like it will be huge, but can
> you send me the output of the kdb command bta for one of these hangs.
if it does lockup I'll send that along.
Thanks!