Russ Allbery [Wed, 12 Nov 2008 02:00:27 +0000]
man-page-fileserver-octet-
20081111
LICENSE BSD
The sizing limit on directories is better expressed in octets than in
characters in the new possibly-Unicode world.
Derrick Brashear [Tue, 11 Nov 2008 20:31:19 +0000]
viced-helper-thread-count-
20081111
LICENSE IPL10
fix the thread count of helpers so we don't go past 128
Jeffrey Altman [Tue, 11 Nov 2008 03:33:24 +0000]
windows-netidmgr-vs-referrals-
20081111
LICENSE MIT
kfw referrals logic broke the logic for automated configuration of
the workstation cell with a new identity. Now if a referrals
response is returned, assume the cell belongs with the new identity.
In the long term, we need to change the logic as follows:
1. if realm indicates referrals, try to obtain the krb5 service ticket
but do not generate a token
2. if the service ticket can be obtained and
a. if the cell is not bound to any other identities,
then bind it to this one
b. if the cell is bound to another identity, prompt the user to ask
which identity (or both) should this cell be bound to and follow
the user's instruction
Marc Dionne [Sat, 8 Nov 2008 16:49:25 +0000]
linux-new-aop-
20081108
LICENSE IPL10
FIXES 123580
support for 2.6.28
Marc Dionne [Sat, 8 Nov 2008 16:34:24 +0000]
linux-fh-based-cache-
20081108
LICENSE IPL10
FIXES 123620
use linux fh (exportfs api) to do cache file access. conditionalize based on
configure switch.
Marc Dionne [Sat, 8 Nov 2008 16:09:25 +0000]
linux-disable-readahad-
20081108
LICENSE IPL10
FIXES 123604
The code has long contained a backing_dev_info structure, but it
was never attached to anything. Initialize its use properly with
bdi_init, and attach it to i_mapping for every newly filled inode.
bdi_init and bdi_destroy are needed for proper initialization of
some percpu counters, otherwise we get some oopses.
Steve McIntosh [Sat, 8 Nov 2008 15:58:06 +0000]
salvager-no-chdir-
20081108
LICENSE IPL10
FIXES 123577
make sure salvager cores don't get left in vice partitions
Jeffrey Hutzelman [Sat, 8 Nov 2008 02:28:48 +0000]
cellservdb-
20081107
new cellservdb from central.org
Jeffrey Altman [Fri, 7 Nov 2008 21:00:43 +0000]
windows-linked-cells-
10081107
LICENSE MIT
prevent stack overflow
Asanka Herath [Fri, 7 Nov 2008 18:19:38 +0000]
windows-nim-afs-longer-cell-names-
20081107
LICENSE MIT
permit cell and realm names to be longer than the input field.
Jeffrey Altman [Fri, 7 Nov 2008 16:35:20 +0000]
windows-nim-afs-linked-cells-
20081107
LICENSE MIT
add linked cell support to the NIM afs provider.
Jeffrey Altman [Fri, 7 Nov 2008 05:40:59 +0000]
windows-aklog-linked-cells-
20081106
LICENSE MIT
Add support for linked cells. Acquire tokens for the linked cell in
addition to the specified cell.
Jason Edgecombe [Fri, 7 Nov 2008 00:26:17 +0000]
doc-user-guide-acl-example-fix-
20081106
FIXES 123331
LICENSE BSD
fs sa takes a directory as its first argument.
Jeffrey Altman [Thu, 6 Nov 2008 22:09:05 +0000]
windows-config-ipaddr-parsing-
20081106
LICENSE MIT
when parsing ipaddrs in CellServDB rejects addrs whose components are
values greater than 255.
Jeffrey Altman [Thu, 6 Nov 2008 19:18:32 +0000]
windows-afsd-hook-
20081106
LICENSE MIT
When loading the afsdhook.dll require that it be in the same directory
as afsd_service.exe. This prevents LoadLibrary() from searching the PATH
environment variable if it cannot be found. If the PATH environment
variable contains a path in AFS, the library will fail to load and take
a very long time doing so.
Simon Wilkinson [Wed, 5 Nov 2008 21:29:06 +0000]
redhat-packaging-krb-conf-man-page-
20081105
LICENSE IPL10
account for the new manpage
Jeffrey Altman [Mon, 3 Nov 2008 19:55:38 +0000]
windows-linked-cells-
20081103
LICENSE MIT
FIXES 123571
The Windows code base was implemented ignorant of linked cells as
defined in the src/auth/cellconfig.h struct afsconf_cell. The code
that made use of the afsconf_cell objects would leak the memory from
the linkedCell field if is non-NULL.
Add cm_SearchCellFileEx which is an extended version of cm_SearchCellFile
capable of returning a linked cell obtained from the CellServDB file.
Update GetCellConfig to populate the linkedCell field of the afsconf_cell
structure.
Modify cm_cell_t to support a linked cell name.
Modify cm_GetCell_Gen() to populate the cm_cell_t linked cell and enforce
that two cells are linked to each other.
Modify cm_GetVolumeByID() and cm_GetVolumeByName() to perform fallback
to the linked cell if the response is CM_ERROR_NOSUCHVOLUME.
Jeffrey Altman [Sat, 1 Nov 2008 03:37:56 +0000]
windows-prevent-wow64-execution-
20081031
LICENSE MIT
prevent the 32-bit build from being executed in the wow64 environment
Jeffrey Altman [Wed, 29 Oct 2008 20:06:54 +0000]
windows-release-notes-missing-files-
20081029
LICENSE MIT
pulled down from 1.5
Simon Wilkinson [Wed, 29 Oct 2008 19:43:42 +0000]
aklog-attempt-order-comments-
20081029
LICENSE IPL10
to clarify what gets tried when and why.
Max Cohan [Tue, 28 Oct 2008 17:55:19 +0000]
windows-setup-utils-
20081028
LICENSE IPL10
correct file name to match the file.
committed broken in windows-file-versioning-
20030619
Simon Wilkinson [Mon, 27 Oct 2008 23:53:23 +0000]
initialize-variables-to-avoid-logic-issues-
20081027
LICENSE IPL10
make sure any variable whose value is used will be initialized before that
value is used. (these aren't just warnings)
Simon Wilkinson [Mon, 27 Oct 2008 23:41:02 +0000]
kill-uninitialized-variable-warnings-
20081026
LICENSE IPL10
kill lots of compiler warnings
Jeffrey Altman [Sun, 26 Oct 2008 21:52:29 +0000]
windows-pioctl-drive-map-
20081026
LICENSE MIT
a remote drive connection may not be mapped to a local drive letter.
Jeffrey Altman [Sun, 26 Oct 2008 21:16:57 +0000]
rx-rdwr-avoid-free-null-packet-
20081026
LICENSE MIT
avoid a potential call to rxi_FreePacket with a NULL pointer as input
Jeffrey Altman [Sun, 26 Oct 2008 07:50:39 +0000]
ptutils-restricted-accessok-
20081025
LICENSE MIT
Fix restricted mode test when 'any' is not set on AccessOK
Simon Wilkinson [Sun, 26 Oct 2008 01:45:45 +0000]
exporter-call-gethost-method-correctly-
20081025
LICENSE IPL10
actually call the correct method for EXP_GETHOST
Simon Wilkinson [Sun, 26 Oct 2008 01:04:12 +0000]
rx-rwlock-cleanup-
20081025
LICENSE IPL10
make the rwlock patch actually build everywhere
Simon Wilkinson [Sun, 26 Oct 2008 00:59:55 +0000]
aklog-chatty-
20081025
LICENSE IPL10
make aklog not accidentally be chatty
Derrick Brashear [Fri, 24 Oct 2008 22:07:01 +0000]
darwin-kernel-rwlocks-
20081023
LICENSE IPL10
convert to kernel rwlocks on darwin
Derrick Brashear [Fri, 24 Oct 2008 21:59:52 +0000]
rx-atomics-for-solaris-and-darwin-
20081023
LICENSE IPL10
support atomics on osx and solaris
Jeffrey Altman [Fri, 24 Oct 2008 21:38:56 +0000]
rx-rw-locking-
20081024
LICENSE BSD
rename RWLOCK_INIT to AFS_RWLOCK_INIT in order to maintain naming
consistency and to distinguish them from the new RWLOCK_INIT macros
being used in rx.
====================
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.
====================
LICENSE BSD
add rx/rx_internal.h as a dependency
====================
LICENSE BSD
define RWLOCK_xxx operations
replace MUTEX_xxx operations with RWLOCK_xxx when it is appropriate
to do so. This improves concurrency on multi-processor systems.
make additional use of atomic operations
Jeffrey Altman [Wed, 22 Oct 2008 02:25:25 +0000]
windows-reformatting-
20081021
LICENSE MIT
reformat some of the recent changes
cast away warnings on 64-bit windows
Derrick Brashear [Tue, 21 Oct 2008 19:36:35 +0000]
fd-setsize-test-
20081021
LICENSE BSD
a test so we can deal with platforms which don't honor FD_SETSIZE
Derrick Brashear [Tue, 21 Oct 2008 14:44:50 +0000]
linux24-writepage-antideadlock-
20081021
LICENSE IPL10
also make this work for 2.4.x
Derrick Brashear [Mon, 20 Oct 2008 20:29:26 +0000]
blacklist-move-init-checks-back-into-req-code-
20081020
LICENSE IPL10
revise things so we don't need to check initd outside analyze.c/InitReq
====================
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.
====================
LICENSE IPL10
since these end up being used, init them too
Derrick Brashear [Mon, 20 Oct 2008 13:38:07 +0000]
linux-mmap-antirecursion-
20081020
LICENSE IPL10
FIXES 120491
avoid deadlocking ourselves due to recursion when flushing pages on an
mmap()ed file larger than the cache
Marc Dionne [Mon, 20 Oct 2008 13:34:58 +0000]
autoconf-262-support-
20081020
LICENSE IPL10
FIXES 118058
fix the quoting and remove the tests we shouldn't need anymore
Derrick Brashear [Mon, 20 Oct 2008 13:03:44 +0000]
blacklist-check-only-existing-servers-
20081020
LICENSE IPL10
based on suggestion from haba@pdc.kth.se
Marc Dionne [Mon, 20 Oct 2008 13:01:34 +0000]
blacklistonce-use-only-initd-vrequest-
20081020
LICENSE IPL10
avoid using an un "initd" vrequest for server blacklisting
Asanka Herath [Mon, 20 Oct 2008 00:17:41 +0000]
windows-handle-invalid-utf16-names-
20081019
LICENSE MIT
FIXES 116641
Windows will deliver to OpenAFS UTF16 strings that are not valid Unicode
and cannot be converted to UTF8. Return bad file name errors in those
cases.
Make sure all file server strings once converted to UTF16 can be converted
back. If not, escape the invalid portions of the string so that the
file can be accessed.
Jeffrey Altman [Sun, 19 Oct 2008 23:50:21 +0000]
windows-smb-rdr-duration-logging-
20081019
LICENSE MIT
if an smb request takes longer than 45 seconds, log info to afsd_init.log
that might be helpful in determining patterns in the smb client disconnects
Jeffrey Altman [Sun, 19 Oct 2008 23:44:20 +0000]
windows-smb-bridge-nowild-error-handling-
20081019
LICENSE MIT
add the error preprocessor symbol to the error string
if both an NRC_BRIDGE and NRC_NOWILD error are received within
the smb_Listener thread, try re-adding the NetbiosName to the lana
before giving up and quiting.
Jeffrey Hutzelman [Sat, 18 Oct 2008 20:25:56 +0000]
newtrans-lock-fix-fix-
20081018
LICENSE IPL10
swap in the freshly allocated memory instead of throwing it away
Jeffrey Altman [Sat, 18 Oct 2008 18:01:07 +0000]
smb-symlink-to-vnovnode-attribute-
20081017
LICENSE MIT
When reporting the attribute of a directory name which happens to be
a symlink object to a file that cannot be accessed or does not exist,
use the target name to guess the type of the object. If it has an
extension, consider it a file, otherwise report it as a directory.
Jeffrey Altman [Sat, 18 Oct 2008 16:24:35 +0000]
ubik-uninitialized-var-
20081018
LICENSE MIT
'pass' must be initialized. do so.
Jeffrey Altman [Sat, 18 Oct 2008 16:23:13 +0000]
restore-uninitialized-var-
20081018
LICENSE MIT
'last' must be initialized. do so.
Jeffrey Altman [Sat, 18 Oct 2008 16:08:50 +0000]
fix-maxmtu-command-line-
20081018
LICENSE MIT
fix the variable used for maxmtu command line processing
Jeffrey Altman [Sat, 18 Oct 2008 14:12:19 +0000]
windows-pioctl-wnet-connected-
20081018
LICENSE MIT
refactor. consolidate netbios name acquistion.
Jeffrey Altman [Sat, 18 Oct 2008 07:19:17 +0000]
windows-pioctl-wnet-connected-
20081017
LICENSE MIT
use WNetEnumXXX functions to list connected disk resources.
If the requested drive letter is an AFS resource, perform the pioctl
test. If it is not, fail immediately.
Jeffrey Altman [Sat, 18 Oct 2008 05:44:51 +0000]
windows-reset-acl-list-
20081017
LICENSE MIT
Move definition of cm_ResetACLCache from cm_ioctl.c to cm_aclent.c
Jeffrey Altman [Sat, 18 Oct 2008 05:12:25 +0000]
windows-shell-extension-
20081017
LICENSE MIT
windows-afsreg-
20081017 wraps strings for wide char usage.
use the wide char versions of win32 apis to match.
Jeffrey Altman [Sat, 18 Oct 2008 05:09:44 +0000]
windows-afsreg-
20081017
LICENSE MIT
wrap all text strings with TEXT() to permit use with wide char functions
Jeffrey Altman [Fri, 17 Oct 2008 21:24:19 +0000]
windows-pthread-rwlock-
20081017
LICENSE MIT
Adds pthread rwlock support to the library.
Jeffrey Altman [Fri, 17 Oct 2008 02:41:12 +0000]
windows-install-nsis-
20081016
LICENSE MIT
update copyright dates
remove old AFS IFS entries
delete afslogon* and afscpcc.* from $SYSDIR
correct install location of afslogon.dll in WinLogon\Notify registry key
Jeffrey Altman [Thu, 16 Oct 2008 02:38:35 +0000]
windows-netbios-name-logging-
20081015
LICENSE MIT
log more data to afsd_init.log regarding events that
can cause the netbios name registration to become
invalid.
Jeffrey Altman [Thu, 16 Oct 2008 02:26:11 +0000]
windows-dnlc-
20081015
LICENSE MIT
FIXES 116641
Do not use the DNLC if the name when converted from Unicode is NULL.
Jeffrey Altman [Wed, 15 Oct 2008 14:50:51 +0000]
windows-checkVCs-
20081015
LICENSE MIT
FIXES 116641
Do not drop references to 'nextp' until we are done with the object.
Dropping the last reference can result in the object being destroyed.
Mike Meffie [Tue, 14 Oct 2008 15:38:30 +0000]
linux-alt-builddir-fix-
20081014
LICENSE IPL10
FIXES 121650
correct the if test to include missing x
Derrick Brashear [Sun, 12 Oct 2008 19:44:27 +0000]
linux-proc-walk-locking-
20081012
LICENSE IPL10
FIXES 116603
sort out rcu locking versus tasklist lock. if this fails we probably have to
disable walking entirely
Dragos Tatulea [Sun, 12 Oct 2008 19:10:05 +0000]
disconnected-rmdir-infinite-recursion-
20081012
LICENSE IPL10
FIXES 121226
fix infinite recursion when replaying rmdir transaction
Simon Wilkinson [Sun, 12 Oct 2008 19:06:27 +0000]
disconnected-getvcache-avoid-duplicate-work-
20081012
LICENSE IPL10
FIXES 121254
don't do duplicate work finding a vcache we already had
Stefaan De Roeck [Sun, 12 Oct 2008 19:01:58 +0000]
linux-alternate-kernel-builddir-
20081012
LICENSE IPL10
FIXES 121354
add support for KBUILD_OUTPUT=... builds.
Jeffrey Hutzelman [Sun, 12 Oct 2008 18:53:06 +0000]
volser-newtrans-racy-
20081012
LICENSE IPL10
FIXES 121263
avoid a race on creating new transactions in volserver
Dragos Tatulea [Sat, 11 Oct 2008 00:26:47 +0000]
doxygen-comments-
20081010
LICENSE IPL10
FIXES 98819 99069
add doxygen comments for some parts of openafs cache manager
====================
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.
====================
LICENSE IPL10
add doxygen comments for some parts of openafs cache manager
Derrick Brashear [Fri, 10 Oct 2008 17:25:29 +0000]
cachemgr-blacklist-down-servers-
20081010
LICENSE IPL10
FIXES 121035
fix to issue suggested by reuter@rzg.mpg.de
Jeffrey Hutzelman [Fri, 10 Oct 2008 15:42:10 +0000]
volser-dumpstuff-log-errors-
20081010
LICENSE IPL10
FIXES 121040
return sensible (ENOSPC) errors when out of tags or vnodes. don't perror. log
instead.
Harald Barth [Fri, 10 Oct 2008 12:50:52 +0000]
cmdebug-entry-count-
20081010
LICENSE IPL10
raise max number of entries as cache managers routinely have more
than 10,000 vnode status objects
Derrick Brashear [Thu, 9 Oct 2008 19:56:43 +0000]
hpux-gop-lookupname-
20081009
LICENSE IPL10
add missing gop_lookupname macro for hpux
Derrick Brashear [Thu, 9 Oct 2008 19:54:06 +0000]
solaris-gop-lookupname-
20081009
LICENSE IPL10
add missing gop_lookupname macro for solaris
Derrick Brashear [Thu, 9 Oct 2008 13:55:19 +0000]
bypasscache-fix-linux24-
20081009
LICENSE IPL10
no f_mapping in 2.4.x
Jeffrey Altman [Wed, 8 Oct 2008 22:14:52 +0000]
windows-build-do-not-mix-pthread-and-lwp-
20081008
LICENSE MIT
The rx library is built in lwp and pthread forms. The methods used to
export data symbols are incompatible between the two. The ubik library
is built with rx headers but only in the lwp form. As a result it is
not possible to link the ubik libs without also including the lwp rx
lib. We have pthreaded servers that require linking to the pthreaded
rx and ubik. To fix the problem all of the macros that assigned values
to variables and were used by ubik have been converted to functions
(but only for Windows.)
Jeffrey Altman [Wed, 8 Oct 2008 18:43:03 +0000]
windows-cell-name-trailing-dot-removal-
20081008
LICENSE MIT
FIXES 120318
Lookups of cell names that have a trailing dot should have the dot removed
otherwise there is a risk of duplicate cell entries since "foo" and "foo."
will not match but both will resolve to the same AFSDB record in DNS.
Jeffrey Altman [Tue, 7 Oct 2008 23:28:40 +0000]
windows-libafsrpc-
20081007
LICENSE MIT
export missing symbols necessary for tbutc and performance testing.
Jeffrey Altman [Tue, 7 Oct 2008 23:25:14 +0000]
windows-tbutc-
20081007
LICENSE MIT
do not link to both pthread and lwp rx libs
Derrick Brashear [Tue, 7 Oct 2008 22:30:23 +0000]
darwin-fake-more-disk-free-
20081007
LICENSE IPL10
placate finder. this time for sure
Derrick Brashear [Tue, 7 Oct 2008 20:00:31 +0000]
linux-d-reval-rewrite-mtpts-when-fakestat-enabled-
20081007
LICENSE IPL10
FIXES 113558
avoid case where revalidate saw a mountpoint which hadn't been rewritten yet
and failed to handle it, exposing ENOENT where the entry existed.
Derrick Brashear [Tue, 7 Oct 2008 19:51:25 +0000]
find-new-xbsa-first-
20081007
LICENSE IPL10
FIXES 119162
change test order
Derrick Brashear [Tue, 7 Oct 2008 18:43:57 +0000]
ubik-notruncate-dont-pollute-fd-cache-
20081007
LICENSE IPL10
issue suggested by Chaskiel Grundman; while it should not have been an issue
we now behave usefully in the notruncate recovery code.
Derrick Brashear [Tue, 7 Oct 2008 16:34:53 +0000]
vldb-check-fix-more-kinds-of-corruption-
20081007
LICENSE IPL10
work harder to ferret out corruption; still reruns itself so if 2 hash chains
are comingled they get split back out correctly without having to flush state
continuously
Derrick Brashear [Tue, 7 Oct 2008 04:40:49 +0000]
linux-fakestat-revalidate-to-validity-
20081006
LICENSE IPL10
we had something which fakestat was faking, but the inode had no ops, so
we ended up ENOTDIRing. oops.
Jeffrey Altman [Sat, 4 Oct 2008 05:59:32 +0000]
rx-varargs-
20081003
LICENSE MIT
call va_start on Windows
Hans-Werner Paulsen [Fri, 3 Oct 2008 21:39:43 +0000]
kdump-rx-stats-
20081003
LICENSE IPL10
FIXES 118700
add change to kdump also
Jeffrey Altman [Fri, 3 Oct 2008 15:35:15 +0000]
rx-windows-dpf-
20081003
LICENSE MIT
dpf on windows is conditional on rxdebug_active, not rx_debugFile
Jeffrey Altman [Fri, 3 Oct 2008 15:33:19 +0000]
rx-prototypes-
20081003
LICENSE MIT
remove EXT from the function prototype definitions in rx_globals.h
because they result in conflicts with the actual function declarations
and the prototypes in rx_prototypes.h.
Jeffrey Altman [Fri, 3 Oct 2008 15:31:59 +0000]
rx-vaargs-
20081003
LICENSE MIT
define va_list ap where it will be defined on all platforms
Jeffrey Altman [Fri, 3 Oct 2008 15:29:37 +0000]
windows-client_exp-makefile-
20081003
LICENSE MIT
define UNICODE
Jeffrey Altman [Fri, 3 Oct 2008 15:28:07 +0000]
windows-update-makefile-
20081003
LICENSE MIT
add missing reference to cm_nls.obj
Jeffrey Altman [Thu, 2 Oct 2008 13:12:23 +0000]
windows-smb_dir_watch_lock-
20081003
LICENSE MIT
re-order the lock hierarchyfor smb_Dir_Watch_Lock so that the
lock does not have to be dropped when sending notifications
within smb_NotifyChange().
Jeffrey Altman [Thu, 2 Oct 2008 12:51:48 +0000]
rx-current-packet-double-free-
20081003
LICENSE MIT
in rxi_WriteProc() make sure that rx_call currentPacket is
set to NULL after the rx_packet is added to a queue or
passed to rx_freePacket(). Otherwise we will panic when
we attempt to call rx_freePacket twice on the same packet.
Simon Wilkinson [Fri, 26 Sep 2008 11:16:36 +0000]
linux-nfstrans-libafs-tree-
20080926
LICENSE IPL10
add missing files needed for nfs variants
Simon Wilkinson [Fri, 26 Sep 2008 09:23:48 +0000]
disconn-prototypes-
20080926
LICENSE IPL10
add a prototype we need for disconnected
Simon Wilkinson [Thu, 25 Sep 2008 22:40:25 +0000]
pthread-ubik-volser-stupidity-
20080925
LICENSE IPL10
make volserver build again for not pthreaded ubik
Simon Wilkinson [Thu, 25 Sep 2008 21:19:33 +0000]
rx-dpf-clarify-
20080924
LICENSE IPL10
rework dpf macro slightly so there are no trailing ; issues
ddddddddddddd
AUTHOR
LICENSE IPL10
Jeffrey Altman [Thu, 25 Sep 2008 21:17:22 +0000]
rx-clear-queues-correctly-
20080925
LICENSE IPL10
don't potentially leak packets by leaving them behind and initing queues;
in fact, if you are cleaning up there is no need to init queues anyway.
Jeffrey Altman [Thu, 25 Sep 2008 20:54:44 +0000]
rx-packet-allocation-debug-
20080925
LICENSE IPL10
add field to track allocated packets
Jeffrey Altman [Thu, 25 Sep 2008 20:34:41 +0000]
rx-change-packet-allocation-calculation-
20080925
LICENSE IPL10
don't alloc ourselves to death; try harder to manage growth
Jeffrey Altman [Thu, 25 Sep 2008 19:59:33 +0000]
rx-flag-all-packets-
20080925
LICENSE IPL10
flag packets for all queues, and when they are currentPacket somewhere
Jeffrey Altman [Thu, 25 Sep 2008 18:26:23 +0000]
rx-global-lock-macro-correction-
20080925
LICENSE IPL10
refer to the same macro everyone else does
Jeffrey Altman [Thu, 25 Sep 2008 18:21:15 +0000]
rx-clear-queues-correctly-
20080925
LICENSE IPL10
don't potentially leak packets by leaving them behind and initing queues;
in fact, if you are cleaning up there is no need to init queues anyway.