Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/nfs



Module Name:    src
Committed By:   yamt
Date:           Sat Apr 12 06:53:10 UTC 2003

Modified Files:
        src/sys/nfs: nfs_bio.c

Log Message:
- do FILESYNC writes if we're freeing the page or the page doesn't
  belong to us.  otherwise, data will be lost on server crash.
- use b_bcount instead of b_bufsize to determine
  how many pages we should deal with.

based on a patch from Chuck Silvers.
discussed on tech-kern.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 src/sys/nfs/nfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index