cvs commit: src/sys/fs/coda coda_vnops.c

Robert Watson rwatson at FreeBSD.org
Sat Jan 19 09:12:45 PST 2008


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 cvs-src mailing list