Re: Caching files in nfsd was Re: [patch 12/16] fix race between writeback and unlink

Andi Kleen (ak@suse.de)
Tue, 4 Jun 2002 14:16:49 +0200


> The only issue that I can see (except for simple coding) is that as
> NFS cannot be precise about closing at the *right* time we would be
> changing from closing too early (and so re-opening) to closing too
> late.
> Would this be an issue for any filesystem? My feeling is not, but I'm
> open to opinions....

The only potential issue I see is that forcing a flush when the file system
fills up may be a good idea to drop preallocations (but then one would hope
that a fs with preallocation does this already automatically, so it hopefully
won't be needed in nfsd)

-Andi

-
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/