mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] struct super_block cleanup - ext3
@ 2002-10-05 16:20 Brian Gerst
  0 siblings, 0 replies; only message in thread
From: Brian Gerst @ 2002-10-05 16:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux-Kernel

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

Removes the last member of the union, ext3.

--
				Brian Gerst

[-- Attachment #2: sb-ext3-1 --]
[-- Type: text/plain, Size: 921 bytes --]

diff -urN linux/include/linux/ext3_fs.h linux2/include/linux/ext3_fs.h
--- linux/include/linux/ext3_fs.h	Wed Sep 18 00:06:55 2002
+++ linux2/include/linux/ext3_fs.h	Sat Oct  5 11:46:42 2002
@@ -17,6 +17,7 @@
 #define _LINUX_EXT3_FS_H
 
 #include <linux/types.h>
+#include <linux/ext3_fs_sb.h>
 
 /*
  * The second extended filesystem constants/structures
diff -urN linux/include/linux/fs.h linux2/include/linux/fs.h
--- linux/include/linux/fs.h	Sat Oct  5 01:30:14 2002
+++ linux2/include/linux/fs.h	Sat Oct  5 11:45:06 2002
@@ -627,8 +627,6 @@
 #define MNT_FORCE	0x00000001	/* Attempt to forcibily umount */
 #define MNT_DETACH	0x00000002	/* Just detach from the tree */
 
-#include <linux/ext3_fs_sb.h>
-
 extern struct list_head super_blocks;
 extern spinlock_t sb_lock;
 
@@ -669,7 +667,6 @@
 	char s_id[32];				/* Informational name */
 
 	union {
-		struct ext3_sb_info	ext3_sb;
 		void			*generic_sbp;
 	} u;
 	/*

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-05 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-05 16:20 [PATCH] struct super_block cleanup - ext3 Brian Gerst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®