public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* NFS unlink race?
@ 2002-07-22  7:54 Nils O. Selåsdal 
  2002-07-22  8:46 ` Trond Myklebust
  0 siblings, 1 reply; 2+ messages in thread
From: Nils O. Selåsdal  @ 2002-07-22  7:54 UTC (permalink / raw)
  To: linux-kernel

Seems like there went some patches into 2.5 to fix some nfs unlink races
(http://linux.bkbits.net:8080/linux-2.5/cset@1.681.1.1?nav=index.html|ChangeSet@-1d)
Does this race apply to 2.4 as well? And might that explain why my dbench run on
a nfs mount always fails to clean up some temp files at the end?
--
NOS@Utel.no

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: NFS unlink race?
  2002-07-22  7:54 NFS unlink race? Nils O. Selåsdal 
@ 2002-07-22  8:46 ` Trond Myklebust
  0 siblings, 0 replies; 2+ messages in thread
From: Trond Myklebust @ 2002-07-22  8:46 UTC (permalink / raw)
  To: Nils O. Selåsdal; +Cc: linux-kernel

>>>>> " " == Nils O Selåsdal <noselasd@Utel.no> writes:

     > Seems like there went some patches into 2.5 to fix some nfs
     > unlink races
     > (http://linux.bkbits.net:8080/linux-2.5/cset@1.681.1.1?nav=index.html|ChangeSet@-1d)
     > Does this race apply to 2.4 as well? And might that explain why

A race exists, but it won't explain your problem. The nature of the
race is rather that it will cause a program to crash with ESTALE
errors if it tries to open the file at the exact same time as somebody
else is trying to erase it.

Cheers,
  Trond

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-22  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-22  7:54 NFS unlink race? Nils O. Selåsdal 
2002-07-22  8:46 ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox