Re: [BUG] journal handler reference count breaked and fs deadlocked
From: Alex Lyashkov (shadow_at_itt.net.ru)
Date: 11/10/03
- Previous message: Davide Rossetti: "OT: why no file copy() libc/syscall ??"
- In reply to: Jan Kara: "Re: [BUG] journal handler reference count breaked and fs deadlocked"
- Next in thread: Jan Kara: "Re: [BUG] journal handler reference count breaked and fs deadlocked"
- Reply: Jan Kara: "Re: [BUG] journal handler reference count breaked and fs deadlocked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Jan Kara <jack@suse.cz> Date: Mon, 10 Nov 2003 13:48:47 +0200
On Monday 10 November 2003 13:13, Jan Kara wrote:
> Hi,
>
> thanks for tracking. Are you able to reproduce the problem also on
> recent vanilla kernels (ie. 2.4.22)? Can you try the vanilla kernel with
> the attached patch (it should fix one of possible deadlocks).
>
Hi Jan
I can`t do it with vanila kernel, because my kernel not be exactly rh kernel.
It kernel from my fork vserver project who adapted to RH kernel tree.
i do stress testing and see this problems.
I see you only rename function, set NO_ATIME to diskquota..
and change at one point
- commit_dqblk(dquot);
+ dquot->dq_sb->dq_op->write_dquot(dquot);
it`s rignt ?
i probe to adapted it fix to my kernel..
-- With best regards, Alex - 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/
- Previous message: Davide Rossetti: "OT: why no file copy() libc/syscall ??"
- In reply to: Jan Kara: "Re: [BUG] journal handler reference count breaked and fs deadlocked"
- Next in thread: Jan Kara: "Re: [BUG] journal handler reference count breaked and fs deadlocked"
- Reply: Jan Kara: "Re: [BUG] journal handler reference count breaked and fs deadlocked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|