Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs
Module Name: src
Committed By: christos
Date: Mon Sep 12 20:23:04 UTC 2005
Modified Files:
src/sys/ufs/ext2fs: ext2fs_extern.h ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_extern.h ffs_vfsops.c
src/sys/ufs/ufs: inode.h ufs_vnops.c
Log Message:
- access the ffs and ext2fs itimes functions through a pointer, so that
if the filesystem is not compiled in the kernel still links. Probably
a better solution is to use weak symbols.
- move the filesystem-specific itime macros to the filesystem header files.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/ufs/ext2fs/ext2fs_extern.h
cvs rdiff -r1.89 -r1.90 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.46 -r1.47 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.170 -r1.171 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.43 -r1.44 src/sys/ufs/ufs/inode.h
cvs rdiff -r1.133 -r1.134 src/sys/ufs/ufs/ufs_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