diff options
| author | Robert V. Baron <rvb@FreeBSD.org> | 1998-12-04 18:44:21 +0000 |
|---|---|---|
| committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-12-04 18:44:21 +0000 |
| commit | 0f45501efd02871429bc2dad23e6c28b4e30e5bb (patch) | |
| tree | dd07e33bf5e9c860431e81982d20591182f125dc | |
| parent | af1f63c7eb521b12fff521d8ee4cd4e8838a67e9 (diff) | |
Notes
| -rw-r--r-- | sys/coda/coda_vnops.c | 7 | ||||
| -rw-r--r-- | sys/fs/coda/coda_vnops.c | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index 624796e61ae5..a833e7f6dc89 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vnops.c,v 1.8 1998/10/28 20:31:13 rvb Exp $ + * $Id: coda_vnops.c,v 1.9 1998/11/16 19:48:26 rvb Exp $ * */ @@ -48,6 +48,9 @@ /* * HISTORY * $Log: coda_vnops.c,v $ + * Revision 1.9 1998/11/16 19:48:26 rvb + * A few bug fixes for Robert Watson + * * Revision 1.8 1998/10/28 20:31:13 rvb * Change the way unmounting happens to guarantee that the * client programs are allowed to finish up (coda_call is @@ -1942,7 +1945,9 @@ coda_bmap(v) #endif return ret; } else { +#if 0 printf("coda_bmap: no container\n"); +#endif return(EOPNOTSUPP); } } diff --git a/sys/fs/coda/coda_vnops.c b/sys/fs/coda/coda_vnops.c index 624796e61ae5..a833e7f6dc89 100644 --- a/sys/fs/coda/coda_vnops.c +++ b/sys/fs/coda/coda_vnops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vnops.c,v 1.8 1998/10/28 20:31:13 rvb Exp $ + * $Id: coda_vnops.c,v 1.9 1998/11/16 19:48:26 rvb Exp $ * */ @@ -48,6 +48,9 @@ /* * HISTORY * $Log: coda_vnops.c,v $ + * Revision 1.9 1998/11/16 19:48:26 rvb + * A few bug fixes for Robert Watson + * * Revision 1.8 1998/10/28 20:31:13 rvb * Change the way unmounting happens to guarantee that the * client programs are allowed to finish up (coda_call is @@ -1942,7 +1945,9 @@ coda_bmap(v) #endif return ret; } else { +#if 0 printf("coda_bmap: no container\n"); +#endif return(EOPNOTSUPP); } } |
