Subject: Re: NFSv3 bug
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 09/26/2002 14:18:57
On Sep 26,  8:02pm, bouyer@antioche.lip6.fr (Manuel Bouyer) wrote:
-- Subject: Re: NFSv3 bug

| 
| --/9DWx/yDrRhgMJTb
| Content-Type: text/plain; charset=us-ascii
| Content-Disposition: inline
| 
| On Thu, Sep 26, 2002 at 07:56:09PM +0200, Manuel Bouyer wrote:
| > Seeing Rick's message I checked XNFS specs. for commit, count == 0 means
| > to end of file.
| > 
| 
| OK, we could just flush the whole file in this case. VOP_FSYNC() with
| offset & count to 0 mean flush the whole file.

Or fix VOP_FSYNC for != 0 offset, and 0 count to flush till the end of file...

christos