Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261168AbVAHN1X (ORCPT ); Sat, 8 Jan 2005 08:27:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261165AbVAHN1X (ORCPT ); Sat, 8 Jan 2005 08:27:23 -0500 Received: from mail.sf-mail.de ([62.27.20.61]:3030 "EHLO mail.sf-mail.de") by vger.kernel.org with ESMTP id S261168AbVAHNZo (ORCPT ); Sat, 8 Jan 2005 08:25:44 -0500 From: Rolf Eike Beer To: linux-kernel@vger.kernel.org Subject: [PATCH] s/driverfs/sysfs/ in include/linux/cpu.h and net/sunrpc/rpc_pipe.c Date: Fri, 7 Jan 2005 13:58:49 +0100 User-Agent: KMail/1.7.2 References: <200501071349.08553.eike-kernel@sf-tec.de> In-Reply-To: <200501071349.08553.eike-kernel@sf-tec.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501071358.51205.eike-kernel@sf-tec.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1403 Lines: 37 Hi, here is another rename of driverfs to sysfs. It looks like there are some more. I will not fix them all, someone should use "grep -ri drivers *" to find and fix some more. Eike Signed-off-by: Rolf Eike Beer --- linux-2.6.10/include/linux/cpu.h 2005-01-01 17:55:38.000000000 +0100 +++ linux-2.6.10/include/linux/cpu.h.fixed 2005-01-07 13:55:36.167681848 +0100 @@ -8,7 +8,7 @@ * Basic handling of the devices is done in drivers/base/cpu.c * and system devices are handled in drivers/base/sys.c. * - * CPUs are exported via driverfs in the class/cpu/devices/ + * CPUs are exported via sysfs in the class/cpu/devices/ * directory. * * Per-cpu interfaces can be implemented using a struct device_interface. --- linux-2.6.10/net/sunrpc/rpc_pipe.c 2005-01-01 17:55:50.000000000 +0100 +++ linux-2.6.10/net/sunrpc/rpc_pipe.c.fixed 2005-01-07 14:01:05.373634936 +0100 @@ -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 * - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/