* [PATCH] Remove dead ext2 code
@ 2007-03-26 2:16 Amit Gud
0 siblings, 0 replies; only message in thread
From: Amit Gud @ 2007-03-26 2:16 UTC (permalink / raw)
To: linux-fsdevel, tytso
[-- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-26 3:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-26 2:16 [PATCH] Remove dead ext2 code Amit Gud
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).