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

Robert Watson rwatson at FreeBSD.org
Sat Feb 9 01:33:20 PST 2008


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


More information about the cvs-src mailing list