Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751447AbXE3Gn1 (ORCPT ); Wed, 30 May 2007 02:43:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750903AbXE3GnV (ORCPT ); Wed, 30 May 2007 02:43:21 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:52974 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750872AbXE3GnU (ORCPT ); Wed, 30 May 2007 02:43:20 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Wed, 30 May 2007 08:41:56 +0200 (CEST) From: Stefan Richter Subject: Re: [PATCH] FILESYSTEMS: Delete unused "int dummy[5]" from inodes_stat_t. To: linux-kernel@vger.kernel.org cc: Josh Boyer , "Robert P. J. Day" , Andrew Morton , Alexander Viro , Randy Dunlap , Alexey Dobriyan In-Reply-To: <20070529123326.a8a1bd64.randy.dunlap@oracle.com> Message-ID: References: <20070529110041.49bf57f1.akpm@linux-foundation.org> <20070529111902.27055fd0.randy.dunlap@oracle.com> <465C71EA.5040706@oracle.com> <625fc13d0705291144u1aef3b6dx4b00873f3d05b652@mail.gmail.com> <20070529123326.a8a1bd64.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1069 Lines: 35 From: Stefan Richter Subject: fs: clarify "dummy" member in struct inodes_stat_t Found by Robert P. J. Day: The role of inodes_stat_t.dummy wasn't clear and one might be tempted to remove it. Give it a better name and add a comment. Signed-off-by: Stefan Richter --- Only quickly compile-tested. Index: linux/include/linux/fs.h =================================================================== --- linux.orig/include/linux/fs.h +++ linux/include/linux/fs.h @@ -44,7 +44,7 @@ extern int get_max_files(void); struct inodes_stat_t { int nr_inodes; int nr_unused; - int dummy[5]; + int reserved[5]; /* for sysctl and procfs ABI compatibility */ }; extern struct inodes_stat_t inodes_stat; -- Stefan Richter -=====-=-=== -=-= ====- http://arcgraph.de/sr/ - 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/