Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs/tmpfs
Module Name: src
Committed By: rmind
Date: Tue May 24 20:17:49 UTC 2011
Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_fifoops.c tmpfs_fifoops.h
tmpfs_specops.c tmpfs_specops.h tmpfs_subr.c tmpfs_vfsops.c
tmpfs_vnops.c tmpfs_vnops.h
Log Message:
- Describe some locking.
- Add VOP argument comments, add some asserts.
- Update/fix/remove outdated/missleading comments.
- Clean up, de-indent, KNF, misc.
No functional changes intended.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/tmpfs/tmpfs_fifoops.c
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/tmpfs/tmpfs_fifoops.h \
src/sys/fs/tmpfs/tmpfs_specops.h
cvs rdiff -u -r1.9 -r1.10 src/sys/fs/tmpfs/tmpfs_specops.c
cvs rdiff -u -r1.66 -r1.67 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -u -r1.49 -r1.50 src/sys/fs/tmpfs/tmpfs_vfsops.c
cvs rdiff -u -r1.82 -r1.83 src/sys/fs/tmpfs/tmpfs_vnops.c
cvs rdiff -u -r1.12 -r1.13 src/sys/fs/tmpfs/tmpfs_vnops.h
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