Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   joerg
Date:           Tue Nov 11 08:29:58 UTC 2008

Modified Files:
        src/sys/kern: vfs_bio.c vfs_wapbl.c
        src/sys/sys: mount.h
        src/sys/ufs/ufs: ufs_vnops.c

Log Message:
Move WAPL replay handling from bread() into ufs_strategy.
This changes the order of hook processing as the copy-on-write handlers
are called after the journal processing. This makes more sense as the
journal overwrite is logically part of the disk IO.


To generate a diff of this commit:
cvs rdiff -r1.212 -r1.213 src/sys/kern/vfs_bio.c
cvs rdiff -r1.5 -r1.6 src/sys/kern/vfs_wapbl.c
cvs rdiff -r1.181 -r1.182 src/sys/sys/mount.h
cvs rdiff -r1.169 -r1.170 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