patch-2.1.21 linux/include/linux/ext_fs_sb.h

Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/ext_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.20/linux/include/linux/ext_fs_sb.h linux/include/linux/ext_fs_sb.h
@@ -1,21 +0,0 @@
-#ifndef _EXT_FS_SB
-#define _EXT_FS_SB
-
-/*
- * extended-fs super-block data in memory
- */
-struct ext_sb_info {
-			unsigned long s_ninodes;
-			unsigned long s_nzones;
-			unsigned long s_firstdatazone;
-			unsigned long s_log_zone_size;
-			unsigned long s_max_size;
-			unsigned long s_firstfreeblocknumber;
-			unsigned long s_freeblockscount;
-			struct buffer_head * s_firstfreeblock;
-			unsigned long s_firstfreeinodenumber;
-			unsigned long s_freeinodescount;
-			struct buffer_head * s_firstfreeinodeblock;
-};
-
-#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov