2002-10-05 16:14:05

by Brian Gerst

[permalink] [raw]
Subject: [PATCH] struct super_block cleanup - ext3

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


Attachments:
sb-ext3-1 (921.00 B)