[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hurd/tmpfs dir.c tmpfs.c
From: |
Thomas Bushnell, BSG |
Subject: |
Re: hurd/tmpfs dir.c tmpfs.c |
Date: |
04 Jun 2002 16:10:20 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Marco Gerards <marco@linuxrulez.nl> writes:
> I thought about an other solution for the problem, although it is a stange
> solution it might solve the problem. The thread in fatfs will deadlock
> because that thread already locked the node, what if the function that locks
> the node check if the node is locked by that thread and won't lock if it is?
> That will solve the problem and won't cause troubles for other diskfs
> translators.
I already suggested a solution, that I think works just fine...