Date: Sat, 19 Jan 2008 17:12:45 +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 Message-ID: <200801191712.m0JHCjob064568@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-01-19 17:12:45 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vnops.c Log: Improve default vnode operation handling for Coda: - Don't specify vnode operations for mknod, lease, and advlock--let them fall through to vop_default. - Implement vop_default with &default_vnodeops, rather than with VOP_PANIC, so that unimplemented vnode operations are handled in more sensible ways than panicking, such as EOPNOTSUPP on ACL queries generated by bsdtar, or mknod. MFC after: 3 days Revision Changes Path 1.83 +1 -4 src/sys/fs/coda/coda_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801191712.m0JHCjob064568>