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: Wed Nov 4 09:45:05 UTC 2009
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c ffs_vnops.c
Log Message:
Now that softdep has left the tree the only place needing the ffs_lock()
hack is ffs_sync().
- Use the generic lock operations for ffs.
- Change ffs_sync() to omit the vnode lock while suspending.
Reviewed by: Antti Kantee <pooka%netbsd.org@localhost>
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -u -r1.112 -r1.113 src/sys/ufs/ffs/ffs_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