Date: Sat, 9 Feb 2008 09:33:19 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/coda coda_vnops.c coda_vnops.h Message-ID: <200802090933.m199XJfA095338@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-02-09 09:33:19 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vnops.c coda_vnops.h Log: 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 Revision Changes Path 1.90 +1 -37 src/sys/fs/coda/coda_vnops.c 1.21 +0 -1 src/sys/fs/coda/coda_vnops.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802090933.m199XJfA095338>