cvs commit: src/sys/vm vnode_pager.c
Jeff Roberson
jeff at FreeBSD.org
Mon Feb 6 02:14:14 PST 2006
jeff 2006-02-06 10:14:12 UTC
FreeBSD src repository
Modified files:
sys/vm vnode_pager.c
Log:
- Fix silly VI locking that is used to check a single flag. The vnode
lock also protects this flag so it is not necessary.
- Don't rely on v_mount to detect whether or not we've been recycled, use
the more appropriate VI_DOOMED instead.
Sponsored by: Isilon Systems, Inc.
MFC After: 1 week
Revision Changes Path
1.226 +6 -14 src/sys/vm/vnode_pager.c
More information about the cvs-src
mailing list