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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to