Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   chs
Date:           Sat Jul 31 18:45:33 UTC 1999

Modified Files:
        syssrc/sys/miscfs/genfs [chs-ubc2]: genfs_vnops.c

Log Message:
genfs_getpages() now handles:
- faults on offsets past the nominal EOF during extending writes.
- returning multiple pages in the !PGO_LOCKED case if multiple pages
  are requested.
- using new VOP_BALLOC() interface to for allocating getpages with
  blocksize<pagesize.
genfs_putpages() now handles:
- writing pages which do not have full backing store allocated.


To generate a diff of this commit:
cvs rdiff -r1.11.4.3 -r1.11.4.4 syssrc/sys/miscfs/genfs/genfs_vnops.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