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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"