linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amit Gud <gud@ksu.edu>
To: linux-fsdevel@vger.kernel.org, tytso@mit.edu
Subject: [PATCH] Remove dead ext2 code
Date: Sun, 25 Mar 2007 21:16:29 -0500	[thread overview]
Message-ID: <46072CFD.9000201@ksu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 65 bytes --]


AG
-- 
May the source be with you.
http://www.cis.ksu.edu/~gud


[-- Attachment #2: patch-ext2-deadcode --]
[-- Type: text/plain, Size: 493 bytes --]

Remove dead code. Unless used for padding (which doesn't seem so), no users of s_dir_count.

Signed-off-by: Amit Gud <gud@ksu.edu>

--- 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;

                 reply	other threads:[~2007-03-26  3:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46072CFD.9000201@ksu.edu \
    --to=gud@ksu.edu \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).