cvs commit: src/sys/vm swap_pager.c src/sys/geom geom.h geom_aes.c
geom_apple.c geom_bsd.c geom_ccd.c geom_dev.c geom_fox.c
geom_gpt.c geom_mbr.c geom_mirror.c geom_pc98.c geom_slice.c
geom_subr.c geom_sunlabel.c geom_vol_ffs.c src/sys/geom/bde ...
Poul-Henning Kamp
phk at FreeBSD.org
Thu Feb 12 14:42:12 PST 2004
phk 2004/02/12 14:42:11 PST
FreeBSD src repository
Modified files:
sys/vm swap_pager.c
sys/geom geom.h geom_aes.c geom_apple.c geom_bsd.c
geom_ccd.c geom_dev.c geom_fox.c
geom_gpt.c geom_mbr.c geom_mirror.c
geom_pc98.c geom_slice.c geom_subr.c
geom_sunlabel.c geom_vol_ffs.c
sys/geom/bde g_bde.c
Log:
Remove the absolute count g_access_abs() function since experience has
shown that it is not useful.
Rename the relative count g_access_rel() function to g_access(), only
the name has changed.
Change all g_access_rel() calls in our CVS tree to call g_access() instead.
Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source
code compatibility.
Revision Changes Path
1.25 +4 -4 src/sys/geom/bde/g_bde.c
1.80 +4 -2 src/sys/geom/geom.h
1.24 +3 -3 src/sys/geom/geom_aes.c
1.13 +1 -1 src/sys/geom/geom_apple.c
1.67 +5 -5 src/sys/geom/geom_bsd.c
1.150 +2 -2 src/sys/geom/geom_ccd.c
1.72 +3 -3 src/sys/geom/geom_dev.c
1.5 +11 -11 src/sys/geom/geom_fox.c
1.27 +1 -1 src/sys/geom/geom_gpt.c
1.56 +2 -2 src/sys/geom/geom_mbr.c
1.11 +5 -5 src/sys/geom/geom_mirror.c
1.45 +1 -1 src/sys/geom/geom_pc98.c
1.51 +2 -2 src/sys/geom/geom_slice.c
1.70 +3 -21 src/sys/geom/geom_subr.c
1.41 +5 -5 src/sys/geom/geom_sunlabel.c
1.11 +1 -1 src/sys/geom/geom_vol_ffs.c
1.248 +2 -2 src/sys/vm/swap_pager.c
More information about the cvs-src
mailing list