From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Gud Subject: [PATCH] Remove dead ext2 code Date: Sun, 25 Mar 2007 21:16:29 -0500 Message-ID: <46072CFD.9000201@ksu.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060206040804090300070205" To: linux-fsdevel@vger.kernel.org, tytso@mit.edu Return-path: Received: from smtp1.cc.ksu.edu ([129.130.7.15]:42475 "EHLO smtp1.cc.ksu.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751883AbXCZD3N (ORCPT ); Sun, 25 Mar 2007 23:29:13 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org This is a multi-part message in MIME format. --------------060206040804090300070205 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit AG -- May the source be with you. http://www.cis.ksu.edu/~gud --------------060206040804090300070205 Content-Type: text/plain; name="patch-ext2-deadcode" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ext2-deadcode" Remove dead code. Unless used for padding (which doesn't seem so), no users of s_dir_count. Signed-off-by: Amit Gud --- ext2_fs_sb.h.copy 2007-03-25 20:36:45.000000000 -0500 +++ ext2_fs_sb.h 2007-03-25 20:37:55.000000000 -0500 @@ -47,7 +47,6 @@ struct ext2_sb_info { int s_first_ino; spinlock_t s_next_gen_lock; u32 s_next_generation; - unsigned long s_dir_count; u8 *s_debts; struct percpu_counter s_freeblocks_counter; struct percpu_counter s_freeinodes_counter; --------------060206040804090300070205--