cvs commit: src/sys/fs/unionfs union_subr.c
Daichi GOTO
daichi at FreeBSD.org
Wed May 7 05:32:56 UTC 2008
daichi 2008-05-07 05:32:55 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_subr.c
Log:
- change function name from *_vdir to *_vnode because
VSOCK has been added as cache target. Now they process
not only VDIR but also VSOCK.
- fixed panic issue caused by cache incorrect free process
by "umount -f"
Submitted by: Masanori OZAWA <ozawa at ongs.co.jp>
MFC after: 1 week
Revision Changes Path
1.105 +33 -21 src/sys/fs/unionfs/union_subr.c
More information about the cvs-src
mailing list