openafs.git
21 years agorx-assign-thread-id-key-to-periodic-helpers-20030117
Rainer Toebbicke [Fri, 17 Jan 2003 18:13:19 +0000]
rx-assign-thread-id-key-to-periodic-helpers-20030117

so each gets own holdbits

21 years agoviced-getclient-assert-logging-20030117
Derrick Brashear [Fri, 17 Jan 2003 07:39:28 +0000]
viced-getclient-assert-logging-20030117

log some more info before asserting

21 years agovol-clone-inc-failure-logging-20030117
Derrick Brashear [Fri, 17 Jan 2003 06:46:39 +0000]
vol-clone-inc-failure-logging-20030117

log info in event of assert

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

same change for IH_DEC

21 years agoviced-improved-host-logging-20030117
Derrick Brashear [Fri, 17 Jan 2003 06:21:37 +0000]
viced-improved-host-logging-20030117

to deal with condition reported by lha@stacken.kth.se

21 years agosolaris-deal-with-gmake-stupidity-20030117
Jeffrey Hutzelman [Fri, 17 Jan 2003 06:11:13 +0000]
solaris-deal-with-gmake-stupidity-20030117

make gmake not try to link libafs.o and libafs.nonfs.o into another object

21 years agolinux-ifdef-stupidity-cleanup-20030117
Derrick Brashear [Fri, 17 Jan 2003 05:39:20 +0000]
linux-ifdef-stupidity-cleanup-20030117

as pointed out by zacheiss@mit.edu

21 years agolinux-lock64-fix-20030116
Pavel Semerad [Fri, 17 Jan 2003 01:30:05 +0000]
linux-lock64-fix-20030116

fix 64bit lock functions

21 years agoaix51-param-update-20030116
Derrick Brashear [Thu, 16 Jan 2003 16:34:39 +0000]
aix51-param-update-20030116

get missed pinning define, cleanup ukernel portion of header

21 years agopts-supergroups-20030114
Kevin Coffman [Wed, 15 Jan 2003 17:36:07 +0000]
pts-supergroups-20030114

thanks to nneul@umr.edu
add configure switch and support code for groups in groups

21 years agovolser-cache-more-ips-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:29:47 +0000]
volser-cache-more-ips-20030114

thanks to nneul@umr.edu for splitting these out

this increases the size of the ip address cache for talking to vlserver

21 years agoubik-rename-defines-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:28:24 +0000]
ubik-rename-defines-20030114

thanks to nneul@umr.edu for splitting these out

this adds UBIK_ to defines instead of doing undef on
potentially "global" defines

21 years agorxgen-enforce-grammar-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:27:16 +0000]
rxgen-enforce-grammar-20030114

thanks to nneul@umr.edu for splitting these out.

enforce procedure being in a package in xg files

21 years agobuserver-ubik-buffers-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:22:27 +0000]
buserver-ubik-buffers-20030114

thanks to nneul@umr.edu for cleaning these up

21 years agocallbacks-later-linked-list-fix-20030114
Nickolai Zeldovich [Wed, 15 Jan 2003 00:28:46 +0000]
callbacks-later-linked-list-fix-20030114

the linked list code was never updated for multiple passes when we
started doing that.

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

the linked list code was never updated for multiple passes when we
started doing that.

21 years agoviced-alloc-hosts-held-and-locked-20030114
Derrick Brashear [Wed, 15 Jan 2003 00:21:08 +0000]
viced-alloc-hosts-held-and-locked-20030114

to avoid potential race as we chain in while allocating then try to lock
after returning to h_GetHost_r

21 years agoviced-junk-unused-functions-20030114
Derrick Brashear [Wed, 15 Jan 2003 00:10:10 +0000]
viced-junk-unused-functions-20030114

more cleanup of fileserver

21 years agoImproved signal-thread support for the pthread fileserver,
Nickolai Zeldovich [Tue, 14 Jan 2003 01:20:03 +0000]
Improved signal-thread support for the pthread fileserver,
which avoids blocking signals in any thread, to appease Linux's
thread signaling semantics.

21 years agoFix the includes dependency, so that all of util/ isn't rebuilt
Nickolai Zeldovich [Tue, 14 Jan 2003 01:06:36 +0000]
Fix the includes dependency, so that all of util/ isn't rebuilt
every single time.

21 years agoWrap our assert() macro in do{..}while(0) to make it look
Nickolai Zeldovich [Tue, 14 Jan 2003 01:05:11 +0000]
Wrap our assert() macro in do{..}while(0) to make it look
just like a real function.  Fix instances of use of this
macro that lacked a trailing semicolon of their own.

21 years agoMake the Rx deadtime a tunable variable, either with a kernel debugger
Nickolai Zeldovich [Mon, 13 Jan 2003 20:25:54 +0000]
Make the Rx deadtime a tunable variable, either with a kernel debugger
of some sort, or sysctl on Linux.  To follow later: Rx idle dead time,
but this requires more in-depth changes to conn handling and such.

21 years agoGeneralize the rx idle dead time support to include client connections,
Nickolai Zeldovich [Mon, 13 Jan 2003 20:24:34 +0000]
Generalize the rx idle dead time support to include client connections,
in addition to server connections.  This will eventually be used by the
AFS client to better time out non-replying servers.

21 years agomakefiles-cflag-cleanup-20030113
Nathan Neulinger [Mon, 13 Jan 2003 18:55:07 +0000]
makefiles-cflag-cleanup-20030113

Fix lib ordering for cmd/util, remove redundant libs

21 years agomakefile-dependancies-20030113
Nathan Neulinger [Mon, 13 Jan 2003 18:31:13 +0000]
makefile-dependancies-20030113

add more dependancies

21 years agosalvager-fast-restart-log-to-syslog-also-20030111
Nathan Neulinger [Sun, 12 Jan 2003 02:02:48 +0000]
salvager-fast-restart-log-to-syslog-also-20030111

if -syslog, also log this to syslog

21 years agogmake-j-support-20030111
Nathan Neulinger [Sun, 12 Jan 2003 02:00:26 +0000]
gmake-j-support-20030111

update top makefile so gmake -j works

21 years agomakefiles-cflag-cleanup-20030111
Nathan Neulinger [Sat, 11 Jan 2003 07:33:52 +0000]
makefiles-cflag-cleanup-20030111

move cflags back to makefile.config, more cleanup, dup removal

21 years agorxkad-be-openssl-keyschedule-safe-20030111
Jeffrey Hutzelman [Sat, 11 Jan 2003 07:31:08 +0000]
rxkad-be-openssl-keyschedule-safe-20030111

openssl has larger keyschedules than we do

crypto api is all so unfortunate

21 years agovol-package-avoid-race-on-invalidating-hashed-vnode-20030111
Derrick Brashear [Sat, 11 Jan 2003 07:26:35 +0000]
vol-package-avoid-race-on-invalidating-hashed-vnode-20030111

thanks to whichever of jhutz@cmu.edu or cg2v@andrew.cmu.edu (or both)
noticed the race; also deal with wrap problem in VolumeCacheCheck that i
noticed

21 years agoinclude-errno-dont-declare-it-20030111
Sam Hartman [Sat, 11 Jan 2003 07:22:14 +0000]
include-errno-dont-declare-it-20030111

include errno.h instead of extern int errno ourselves

21 years agolinux-placate-whiny-gcc-20020110
Derrick Brashear [Fri, 10 Jan 2003 20:16:42 +0000]
linux-placate-whiny-gcc-20020110

debian unstable gcc gets bitter and cries to mom over newlines in strings.

21 years agonfstrans-solaris-pre-7-support-20021210
Derrick Brashear [Fri, 10 Jan 2003 09:34:38 +0000]
nfstrans-solaris-pre-7-support-20021210

make it work for 2.6 and earlier

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

actually for earlier than 8

21 years agoremove-venus-lock-h-20020110
Nathan Neulinger [Fri, 10 Jan 2003 09:33:30 +0000]
remove-venus-lock-h-20020110

nothing uses it. junk it.

21 years agofileserver-largefile-support-20020109
R. Lindsay Todd [Thu, 9 Jan 2003 19:16:50 +0000]
fileserver-largefile-support-20020109

Fix compile problems for 64BIT_ENV with large files turned off

21 years agosolaris-nfstrans-compile-fix-20020108
Derrick Brashear [Wed, 8 Jan 2003 23:53:36 +0000]
solaris-nfstrans-compile-fix-20020108

osi_vfsops_nfs.o is compiled from osi_vfsops.c

21 years agoopenbsd-20030109
Jim Rees [Wed, 8 Jan 2003 23:07:03 +0000]
openbsd-20030109

Add AFS_64BIT_ENV. Should have been there all along.

21 years agoopenbsd-20030108
Jim Rees [Wed, 8 Jan 2003 21:04:59 +0000]
openbsd-20030108

Allocate a real SYS_NAME_ID for OpenBSD

21 years agolinux-redhat-81-beta-support-20020107
Derrick Brashear [Wed, 8 Jan 2003 05:52:11 +0000]
linux-redhat-81-beta-support-20020107

thanks to Sean McDermott for the errno.h fixes.
the rest is my fault, the configure tests as well as the kernel changes

21 years agolinux-fast-netdown-20020107
Derek Atkins [Wed, 8 Jan 2003 05:35:25 +0000]
linux-fast-netdown-20020107

notice the NETUNREACH quickly and mark a host down

21 years agofileserver-largefile-support-20020107
R. Lindsay Todd [Tue, 7 Jan 2003 23:38:02 +0000]
fileserver-largefile-support-20020107

fileserver-side large file support

21 years agolinux-largefile-appending-fix-20020107
Hartmut Reuter [Tue, 7 Jan 2003 23:29:41 +0000]
linux-largefile-appending-fix-20020107

appending >2gb bug, pointed to hartmut by lindsay todd

21 years agoaix51-64bit-exporter-20020107
Hartmut Reuter [Tue, 7 Jan 2003 23:24:58 +0000]
aix51-64bit-exporter-20020107

loads, but doesn't yet work

21 years agoaix51-32bit-ioctl-glue-20020107
Hartmut Reuter [Tue, 7 Jan 2003 23:14:08 +0000]
aix51-32bit-ioctl-glue-20020107

support both 64bit and 32bit ioctls on aix 5.1

21 years agodarwin-deal-with-unclean-pages-from-vm-20020107
Chaskiel M Grundman [Tue, 7 Jan 2003 23:03:35 +0000]
darwin-deal-with-unclean-pages-from-vm-20020107

based on report from lha@stacken.kth.se

21 years agovsprocs-printf-cleanup-20020108
Love Hörnquist-Åstrand [Tue, 7 Jan 2003 22:44:03 +0000]
vsprocs-printf-cleanup-20020108

change defines slightly, eliminate bogus quota-setting warning when it's not
really an error.

21 years agoCreate a special thread to receive signals in the pthread fileserver, in
Nickolai Zeldovich [Sat, 4 Jan 2003 05:20:55 +0000]
Create a special thread to receive signals in the pthread fileserver, in
order to avoid deadlock (we have signal handlers that unsafely grab locks).

21 years agoMake OpenAFS build on FreeBSD 4.7-RELEASE.
Nickolai Zeldovich [Sun, 29 Dec 2002 15:46:11 +0000]
Make OpenAFS build on FreeBSD 4.7-RELEASE.

21 years agoAvoid using afs_int64's, because this leads to gcc generating calls to
Nickolai Zeldovich [Sat, 28 Dec 2002 05:17:08 +0000]
Avoid using afs_int64's, because this leads to gcc generating calls to
libgcc functions on Linux (which we don't have in the kernel).  Instead
be slightly more clever to achieve the same result.

21 years agoSupport memcache sizes larger than 2GB.
Nickolai Zeldovich [Fri, 27 Dec 2002 03:51:51 +0000]
Support memcache sizes larger than 2GB.

21 years agoDo v5/v4 principal name translation.
Sam Hartman [Mon, 23 Dec 2002 23:53:26 +0000]
Do v5/v4 principal name translation.

21 years agoFix symlink support on Windows XP.
James Peterson [Sun, 15 Dec 2002 04:33:30 +0000]
Fix symlink support on Windows XP.

21 years agowindows-wide-char-fix-20021210
Larry Greenfield [Tue, 10 Dec 2002 22:55:08 +0000]
windows-wide-char-fix-20021210

include afxpriv.h so we get macros
call GetSize() and not GetCount()

21 years agorevert-bg-fcrypt-cleanup-20021030
Derrick Brashear [Tue, 10 Dec 2002 19:53:38 +0000]
revert-bg-fcrypt-cleanup-20021030

unroll the rest of it

21 years agouse-afs-strchr-instead-of-strchr-20021210
Mattias Amnefelt [Tue, 10 Dec 2002 19:09:53 +0000]
use-afs-strchr-instead-of-strchr-20021210

make dux happy

21 years agowindows-loopback-adapter-support-20021126
Scott D. Williams [Tue, 10 Dec 2002 16:39:47 +0000]
windows-loopback-adapter-support-20021126

try to bind to loopback on windows

21 years agobos-new-config-option-20021210
Derrick Brashear [Tue, 10 Dec 2002 15:57:25 +0000]
bos-new-config-option-20021210

based on patch from nneul@umr.edu but including the switch

21 years agoukernel-no-afs-xosi-20021210
Nathan Neulinger [Tue, 10 Dec 2002 15:52:16 +0000]
ukernel-no-afs-xosi-20021210

no afs_xosi lock in ukernel. probably should be a dummy one, but oh well

21 years agopam-no-system-include-path-20021210
Nathan Neulinger [Tue, 10 Dec 2002 15:49:52 +0000]
pam-no-system-include-path-20021210

breaks modern gcc. also, wrong.

21 years agorevert-rxkad-new-fcrypt-20021028
Derrick Brashear [Tue, 10 Dec 2002 15:32:23 +0000]
revert-rxkad-new-fcrypt-20021028

until we know why it's brokenn

21 years agolinux-ia64-updates-20021209
Joseph V Moss [Tue, 10 Dec 2002 04:22:14 +0000]
linux-ia64-updates-20021209

deal with *LK64 not defined
deal with ia64 sys_call_table

21 years agoUpdate NEWS file with user visible changes and other noteworthy things
Garry Zacheiss [Mon, 9 Dec 2002 23:12:44 +0000]
Update NEWS file with user visible changes and other noteworthy things
about OpenAFS 1.2.8.

21 years agoopenbsd-20021205
Jim Rees [Thu, 5 Dec 2002 16:17:26 +0000]
openbsd-20021205

Change syscall from 210 to 208, by popular demand

21 years agodeal-with-non-modversioned-non-exported-sys-call-table-20021204
Nathan Neulinger [Thu, 5 Dec 2002 00:43:46 +0000]
deal-with-non-modversioned-non-exported-sys-call-table-20021204

test was incorrect

21 years agofssync-interface-change-to-deal-with-callback-delays-20021204
Derrick Brashear [Wed, 4 Dec 2002 16:52:53 +0000]
fssync-interface-change-to-deal-with-callback-delays-20021204

move callback breaking into a separate thread

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

the rest of it. somehow the original version of this was lost.

====================

the rest of it. somehow the original version of this was lost.

====================

the rest of it. somehow the original version of this was lost.

21 years agoignore-files-20021204
Jim Rees [Wed, 4 Dec 2002 14:53:47 +0000]
ignore-files-20021204

Ignore src/libuafs/Makefile.common

21 years agoopenbsd-20021203
Jim Rees [Tue, 3 Dec 2002 23:34:31 +0000]
openbsd-20021203

OpenBSD:
Don't include systm.h
#define iodone for 3.2
add rc file

21 years agoremove-prototypes-20021203
Jim Rees [Tue, 3 Dec 2002 17:44:14 +0000]
remove-prototypes-20021203

Remove prototypes from viced_prototypes.h.

21 years agoviced-prototypes-inclusion-20021202
Derrick Brashear [Tue, 3 Dec 2002 02:03:42 +0000]
viced-prototypes-inclusion-20021202

include prototypes header file

21 years agoopenbsd-20021202
Jim Rees [Mon, 2 Dec 2002 21:22:20 +0000]
openbsd-20021202

Make a symlink for libafs/lib. Needed for libkern.h.

21 years agofix-includes-20021202
Jim Rees [Mon, 2 Dec 2002 13:39:46 +0000]
fix-includes-20021202

Fix includes so the tree will build again

21 years agowindows-rename-warning-20021126
James Peterson [Wed, 27 Nov 2002 14:37:13 +0000]
windows-rename-warning-20021126

Currently AFS doesn't handle Explorer operations 'rename' and 'move'
correctly.  Normal operation of 'rename' and 'move' is to warn the operator
when the destination file name already exist.

21 years agowindows-loopback-adapter-support-20021126
Scott D. Williams [Wed, 27 Nov 2002 03:36:42 +0000]
windows-loopback-adapter-support-20021126

try to bind to loopback on windows

21 years agowindows-rename-20021126
James Peterson [Wed, 27 Nov 2002 03:30:16 +0000]
windows-rename-20021126

fix rename on windows client

21 years agowindows-updates-20021104
Andrei Keis [Wed, 27 Nov 2002 03:22:38 +0000]
windows-updates-20021104

windows timestamp update

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

build updates

21 years agowindows-fake-cml-info-20021126
Scott D. Williams [Wed, 27 Nov 2002 03:18:31 +0000]
windows-fake-cml-info-20021126

fake up cml info for windows

21 years agodisable-new-afs-thread-model-in-old-kernels-20021126
Derrick Brashear [Wed, 27 Nov 2002 00:00:07 +0000]
disable-new-afs-thread-model-in-old-kernels-20021126

don't use new kernel thread model for 2.4.7-10

21 years agohpux-readme-and-comments-on-header-20021126
Derrick Brashear [Tue, 26 Nov 2002 23:39:52 +0000]
hpux-readme-and-comments-on-header-20021126

Thanks to Carl Davidson for making it happen.

21 years agocvsignore-20021125
Jim Rees [Mon, 25 Nov 2002 23:22:07 +0000]
cvsignore-20021125

add a few more files to .cvsignore

21 years agoviced-make-send-buffersize-tunable-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:51:43 +0000]
viced-make-send-buffersize-tunable-20021122

idea from chas williams. arguably should be made larger than 16k also.

21 years agoafs-xosi-prototype-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:45:05 +0000]
afs-xosi-prototype-20021122

add missing lock prototype. create header as needed.

21 years agocmdebug-export-more-locks-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:44:28 +0000]
cmdebug-export-more-locks-20021122

we missed some locks, notably afs_xosi, afs_xsrvAddr. show them.

21 years agoupdate-README-with-current-systems-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:26:56 +0000]
update-README-with-current-systems-20021122

note that logging ufs on solaris can be bad

21 years agocachemgr-warn-solaris-users-of-dangers-of-logging-20021122
Derrick Brashear [Fri, 22 Nov 2002 20:07:27 +0000]
cachemgr-warn-solaris-users-of-dangers-of-logging-20021122

with feedback from others.

21 years agoopenbsd-20021120
Jim Rees [Wed, 20 Nov 2002 23:00:33 +0000]
openbsd-20021120

OpenBSD:
Hold volume info file vnode until shutdown
Pass proc struct * to HandleFlock
Get va_atime.tv_nsec right in getattr

21 years agolinux-flock-downmap-64-ops-20021120
Kris Van Hees [Wed, 20 Nov 2002 15:26:18 +0000]
linux-flock-downmap-64-ops-20021120

downmap F_*LK64 to F_*LK if they're different. we have no large files for now.

21 years agoMake this work with Linux 2.2 kernels again. In particular,
Garry Zacheiss [Wed, 20 Nov 2002 03:13:23 +0000]
Make this work with Linux 2.2 kernels again.  In particular,

- Use the DCOUNT() macro from afs.h instead of atomic_read, because
  the d_count member of a struct dentry is an int in the 2.2 series,
  not an atomic_t.

- Use list_del() + INIT_LIST_HEAD() on 2.2, which doesn't have list_del_init().

- BUG() only exists on 2.4 kernels.  Just don't use it on 2.2.

21 years agoFix a memory leak in the dynroot directory creation process and
Nickolai Zeldovich [Wed, 20 Nov 2002 01:58:52 +0000]
Fix a memory leak in the dynroot directory creation process and
factor out common code to compute directory size.

21 years agoopenbsd-20021119
Jim Rees [Tue, 19 Nov 2002 18:28:01 +0000]
openbsd-20021119

Implement AFS_GLOCK()
Other minor cleanups

21 years agoacinclude-check-sizeof-long-20021115
Derrick Brashear [Sat, 16 Nov 2002 03:12:30 +0000]
acinclude-check-sizeof-long-20021115

we do this the autoconf 2.13 way. it's deliberate.

21 years agoopenbsd-20021115
Jim Rees [Fri, 15 Nov 2002 17:19:40 +0000]
openbsd-20021115

Fix yesterday's damage:
  Put afs_vnop_fid.o back in the nonfs module
  Put back VN_HOLD for Darwin in VNOPS/afs_vnop_remove.c (from kolya)
More prototypes
Re-organize OBSD/osi_machdep.h

21 years agoREVERT-volserver-dont-deal-poorly-with-fssync-blockage-20021016
Chaskiel M Grundman [Tue, 3 Dec 2002 02:00:24 +0000]
REVERT-volserver-dont-deal-poorly-with-fssync-blockage-20021016

not ready yet, needs work

21 years agorxkad5-dont-allow-dot-in-aname-20021114
Love Hörnquist-Åstrand [Fri, 15 Nov 2002 05:02:33 +0000]
rxkad5-dont-allow-dot-in-aname-20021114

otherwise we need to deal with the fact that we're using . as a separator

21 years agolinux-params-define-local-apic-to-one-20021114
Derrick Brashear [Fri, 15 Nov 2002 03:59:59 +0000]
linux-params-define-local-apic-to-one-20021114

based on suggestion from seth vidal <skvidal@phy.duke.edu>

21 years agoopenbsd-20021114
Jim Rees [Thu, 14 Nov 2002 23:53:36 +0000]
openbsd-20021114

OpenBSD:
Fix more vnode refcount screwups
Implement AFS_KALLOC, AFS_KFREE and eliminate #ifdefs in afs/afs_osi.c
More prototypes
Move a bunch of stuff from param.h to osi_machdep.h
Don't bind afs_vnop_fid.o in with nonfs module

21 years agouse-VTOAFS-in-HandlePioctl-20021113
Jim Rees [Wed, 13 Nov 2002 16:44:04 +0000]
use-VTOAFS-in-HandlePioctl-20021113

Use VTOAFS in afs_HandlePioctl() instead of passing in the wrong type.
Needed for OpenBSD, which doesn't just cast vnode to vcache, and possibly
others in the future.

21 years agoDRead-check-file-size-20021113
Jim Rees [Wed, 13 Nov 2002 16:25:55 +0000]
DRead-check-file-size-20021113

Restore the file size check in DRead(), but do it right this time.

21 years agoopenbsd-20021112
Jim Rees [Tue, 12 Nov 2002 23:57:37 +0000]
openbsd-20021112

Remove size test in afs_buffer.c:DRead().
Cleanups and prototypes.
OpenBSD client works now, at least readonly.

21 years agoRecognize MacOS X 10.2.2 as ppc_darwin_60. It's compatible.
Garry Zacheiss [Tue, 12 Nov 2002 22:52:12 +0000]
Recognize MacOS X 10.2.2 as ppc_darwin_60.  It's compatible.

21 years agoHandle Linux kernels that don't export sys_call_table.
Chaskiel M Grundman [Tue, 12 Nov 2002 21:17:21 +0000]
Handle Linux kernels that don't export sys_call_table.

21 years agoClean up code in rxi_FindConnection.
Nickolai Zeldovich [Tue, 12 Nov 2002 20:09:25 +0000]
Clean up code in rxi_FindConnection.

21 years agonfs-translator-nfsv2-fixup-20021112
Derrick Brashear [Tue, 12 Nov 2002 17:02:06 +0000]
nfs-translator-nfsv2-fixup-20021112

rewrite so we treat the ptr args as such