On Friday 28 September 2007 18:42, Krzysztof Oledzki wrote:
Is this a regression? If so, what's the most recent kernel that didn't show
the problem?
The symptoms could be consistent with some place doing a
balance_dirty_pages while holding a lock that is required for IO, but I can't
see a smoking gun (you've got contention on i_mutex, but that should be
OK).
Can you see if there is any memory under writeback that isn't being
completed (sysrq+M), also a list the locks held after the hang might be
helpful (compile in lockdep and sysrq+D)
Is anything currently running? (sysrq+P and even a full sysrq+T task list
could be useful).
Are any IO errors occurring at all?
Thanks,
Nick
-