cvs commit: src/sys/fs/coda coda_vnops.c coda_vnops.h
Robert Watson
rwatson at FreeBSD.org
Mon Mar 10 10:16:09 UTC 2008
rwatson 2008-03-10 10:16:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/fs/coda coda_vnops.c coda_vnops.h
Log:
Merge coda_vnops.c:1.90, coda_vnops.h:1.21 from HEAD to RELENG_7:
Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP
for vop_bmap; delete the existing stub that returned either EINVAL
or EOPNOTSUPP, and had unreachable calls to VOP_BMAP on the cache
vnode.
Revision Changes Path
1.76.2.6 +1 -37 src/sys/fs/coda/coda_vnops.c
1.19.2.2 +0 -1 src/sys/fs/coda/coda_vnops.h
More information about the cvs-src
mailing list