DragonFly commits List (threaded) for 2004-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern src/sys/sys
dillon 2004/08/25 12:14:40 PDT
DragonFly src repository
Modified files:
sys/kern vfs_vopops.c
sys/sys vfsops.h
Log:
VFS messaging/interfacing work stage 3/99: Bring in the journaling
(and other) facilities infrastructure. This is not yet operational and
will probably change, but is being brought in now to serve as a foil to
ensure that the namespace and range locking work is properly integrated with
the intended journaling and cache coherency infrastructure.
This commit also reserves some space in the vop_ops args structures to
reduce pain later on.
Since no flags are yet set in vop_ops this commit should not result in
any operational changes.
Revision Changes Path
1.3 +467 -103 src/sys/kern/vfs_vopops.c
1.3 +27 -5 src/sys/sys/vfsops.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vopops.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/vfsops.h.diff?r1=1.2&r2=1.3&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]