cvs commit: src/sys/fs/coda coda_vnops.c (fwd)

Robert Watson rwatson at FreeBSD.org
Sat Jan 19 09:14:50 PST 2008


And just when you think you're done, one more...

Robert N M Watson
Computer Laboratory
University of Cambridge

---------- Forwarded message ----------
Date: Sat, 19 Jan 2008 17:12:45 +0000 (UTC)
From: Robert Watson <rwatson at FreeBSD.org>
To: src-committers at FreeBSD.org, cvs-src at FreeBSD.org, cvs-all at FreeBSD.org
Subject: cvs commit: src/sys/fs/coda coda_vnops.c

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


More information about the freebsd-fs mailing list