]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPP
authorRobert Watson <rwatson@FreeBSD.org>
Sat, 9 Feb 2008 09:33:19 +0000 (09:33 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sat, 9 Feb 2008 09:33:19 +0000 (09:33 +0000)
commit82e4904ffbba87e1ff274ecda2a60f164c311111
tree28f6d2b6db4580e328c46987584fbb3be7d98b80
parentd3e5e11ce68f43e7cb5f7546533dbd0fa9b20e47
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.

MFC after: 1 month
sys/fs/coda/coda_vnops.c
sys/fs/coda/coda_vnops.h