Re: More fun with fsx.

Trond Myklebust (trond.myklebust@fys.uio.no)
Mon, 17 Dec 2001 17:06:44 +0100


>>>>> " " == Dave Jones <davej@suse.de> writes:

> Here's an interesting one.. Run two instances of fsx together
> using the same test file..

> ./fsx -c666 /mnt/nfs/noodles/test ./fsx -c667
> /mnt/nfs/noodles/test

> I typoed the 2nd line (and meant to do 'test2' concurrently)
> Some kind of file locking problem?

Is that supposed to work? That gives 2 programs messing with the same
file 'test', but since the variable 'good_buf' is not shared, I'd
expect failure.

Cheers,
Trond
-
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/