[PATCH] struct super_block cleanup - ext3

Brian Gerst (bgerst@didntduck.org)
Sat, 05 Oct 2002 12:20:30 -0400


This is a multi-part message in MIME format.
--------------050704060305000107010604
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Removes the last member of the union, ext3.

--
				Brian Gerst

--------------050704060305000107010604 Content-Type: text/plain; name="sb-ext3-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sb-ext3-1"

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

--------------050704060305000107010604--

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