diff options
| author | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-06 20:01:34 +0000 |
|---|---|---|
| committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-06 20:01:34 +0000 |
| commit | 03507b21239f884e51f043ba3d26e40b92e7c78b (patch) | |
| tree | affb7a487473aa7221e32854b51a6734a6068593 /sys/coda/coda_subr.c | |
| parent | 7c76d5ca4e3e8fad06e4bc4b10e672dc2fca5cf3 (diff) | |
Notes
Diffstat (limited to 'sys/coda/coda_subr.c')
| -rw-r--r-- | sys/coda/coda_subr.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index a2fd7922e1de..5a55e8a65b4f 100644 --- a/sys/coda/coda_subr.c +++ b/sys/coda/coda_subr.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/cfs_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: $ + * $Id: cfs_subr.c,v 1.2 1998/09/02 19:09:53 rvb Exp $ * */ @@ -46,6 +46,9 @@ /* * HISTORY * $Log: cfs_subr.c,v $ + * Revision 1.2 1998/09/02 19:09:53 rvb + * Pass2 complete + * * Revision 1.1.1.1 1998/08/29 21:14:52 rvb * Very Preliminary Coda * @@ -453,6 +456,7 @@ cfs_unmounting(whoIam) } #ifdef DEBUG +void cfs_checkunmounting(mp) struct mount *mp; { @@ -474,7 +478,7 @@ loop: } } -int +void cfs_cacheprint(whoIam) struct mount *whoIam; { @@ -483,7 +487,7 @@ cfs_cacheprint(whoIam) int count = 0; printf("cfs_cacheprint: cfs_ctlvp %p, cp %p", cfs_ctlvp, VTOC(cfs_ctlvp)); - cfsnc_name(cfs_ctlvp); + cfsnc_name(VTOC(cfs_ctlvp)); printf("\n"); for (hash = 0; hash < CFS_CACHESIZE; hash++) { |
