Source-Changes archive

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

CVS commit: src/sys/fs/puffs



Module Name:    src
Committed By:   pooka
Date:           Sat Nov 18 08:18:24 UTC 2006

Modified Files:
        src/sys/fs/puffs: puffs_subr.c puffs_sys.h puffs_vnops.c

Log Message:
As a first generation best-effort hack, use NOCACHE to mean "file
size can change without the kernel knowing" and therefore query
the file size before invoking read or write operations.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/fs/puffs/puffs_subr.c \
    src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.11 -r1.12 src/sys/fs/puffs/puffs_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