[PATCH] struct super_block cleanup - ext3

From: Brian Gerst (bgerst@didntduck.org)
Date: Sat Oct 05 2002 - 11:20:30 EST


Removes the last member of the union, ext3.

--
				Brian Gerst

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

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:50 EST