Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ffs
Module Name: src
Committed By: hannken
Date: Tue Jun 3 09:47:49 UTC 2008
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c ffs_balloc.c ffs_extern.h ffs_inode.c
ffs_snapshot.c ffs_softdep.c ffs_subr.c ffs_vfsops.c
Log Message:
ufs/ffs: replace calls to getblk() with ffs_getblk(). Now all buffers
have been run through copy-on-write and async mounts work again.
Fixes PR kern/38820
Reviewed by: YAMAMOTO Takashi <yamt%netbsd.org@localhost>
To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.49 -r1.50 src/sys/ufs/ffs/ffs_balloc.c
cvs rdiff -r1.64 -r1.65 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.96 -r1.97 src/sys/ufs/ffs/ffs_inode.c
cvs rdiff -r1.68 -r1.69 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.114 -r1.115 src/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.44 -r1.45 src/sys/ufs/ffs/ffs_subr.c
cvs rdiff -r1.228 -r1.229 src/sys/ufs/ffs/ffs_vfsops.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