[AFS]: Adjust the new netdevice scanning code
authorDavid Howells <dhowells@redhat.com>
Thu, 3 May 2007 10:29:41 +0000 (03:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2007 10:29:41 +0000 (03:29 -0700)
commitec9c948546a84d0dcee851be1009a8066958e69d
treea812ede303158d36e1d4a1530009044cd37f39ea
parentdc1f6bff6a9d6733a07b9b97905bc824c055e8f4
[AFS]: Adjust the new netdevice scanning code

Adjust the new netdevice scanning code provided by Patrick McHardy:

 (1) Restore the function banner comments that were dropped.

 (2) Rather than using an array size of 6 in some places and an array size of
     ETH_ALEN in others, pass a pointer instead and pass the array size
     through so that we can actually check it.

 (3) Do the buffer fill count check before checking the for_primary_ifa
     condition again.  This permits us to skip that check should maxbufs be
     reached before we run out of interfaces.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
fs/afs/internal.h
fs/afs/main.c
fs/afs/netdevices.c