aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/Makefile
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2007-05-03 06:28:49 -0400
committerDavid S. Miller <davem@davemloft.net>2007-05-03 06:28:49 -0400
commitdc1f6bff6a9d6733a07b9b97905bc824c055e8f4 (patch)
tree09c0ee7f91354b7d68ac2c0d6f53da6738530fdc /fs/afs/Makefile
parent4e9cac2ba437fcb093c7417b1cd91a77ebd1756a (diff)
[AFS]: Replace rtnetlink client by direct dev_base walking
Replace the large and complicated rtnetlink client by two simple functions for getting the MAC address for the first ethernet device and building a list of IPv4 addresses. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/afs/Makefile')
-rw-r--r--fs/afs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/Makefile b/fs/afs/Makefile
index 01545eb1d872..cf83e5d63512 100644
--- a/fs/afs/Makefile
+++ b/fs/afs/Makefile
@@ -18,7 +18,7 @@ kafs-objs := \
18 security.o \ 18 security.o \
19 server.o \ 19 server.o \
20 super.o \ 20 super.o \
21 use-rtnetlink.o \ 21 netdevices.o \
22 vlclient.o \ 22 vlclient.o \
23 vlocation.o \ 23 vlocation.o \
24 vnode.o \ 24 vnode.o \