summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRolf Eike Beer <eike-kernel@sf-tec.de>2005-09-02 08:59:25 +0200
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-02 00:57:31 -0700
commitd51fe1be3f738e7d73f63bb5aa0df88bafb41a21 (patch)
tree6ba09a8214aed02d11c0f43bb281e3ed4d825463 /net
parent6a9b28dda3baf6fbbda349788cfe236f631f0359 (diff)
[PATCH] remove driverfs references from include/linux/cpu.h and net/sunrpc/rpc_pipe.c
This patch is against 2.6.10, but still applies cleanly. It's just s/driverfs/sysfs/ in these two files. Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/rpc_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
index fe1a73ce6cff..ded6c63f11ec 100644
--- a/net/sunrpc/rpc_pipe.c
+++ b/net/sunrpc/rpc_pipe.c
@@ -3,7 +3,7 @@
*
* Userland/kernel interface for rpcauth_gss.
* Code shamelessly plagiarized from fs/nfsd/nfsctl.c
- * and fs/driverfs/inode.c
+ * and fs/sysfs/inode.c
*
* Copyright (c) 2002, Trond Myklebust <trond.myklebust@fys.uio.no>
*