diff options
author | David Howells | 2007-04-27 00:49:28 +0200 |
---|---|---|
committer | David S. Miller | 2007-04-27 00:49:28 +0200 |
commit | ec26815ad847dbf74a1e27aa5515fb7d5dc6ee6f (patch) | |
tree | 32510ab35b3524f6be9231ab8065b80be5d9b68d /fs/afs/Makefile | |
parent | [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both (diff) | |
download | kernel-qcow2-linux-ec26815ad847dbf74a1e27aa5515fb7d5dc6ee6f.tar.gz kernel-qcow2-linux-ec26815ad847dbf74a1e27aa5515fb7d5dc6ee6f.tar.xz kernel-qcow2-linux-ec26815ad847dbf74a1e27aa5515fb7d5dc6ee6f.zip |
[AFS]: Clean up the AFS sources
Clean up the AFS sources.
Also remove references to AFS keys. RxRPC keys are used instead.
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/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/Makefile b/fs/afs/Makefile index 4029c9da4b86..8e7197379672 100644 --- a/fs/afs/Makefile +++ b/fs/afs/Makefile @@ -2,8 +2,6 @@ # Makefile for Red Hat Linux AFS client. # -#CFLAGS += -finstrument-functions - kafs-objs := \ callback.o \ cell.o \ |