patch-2.4.7 linux/include/linux/cramfs_fs_sb.h
Next file: linux/include/linux/devfs_fs_kernel.h
Previous file: linux/include/linux/cramfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Jul 19 16:14:53 2001
- Orig file:
v2.4.6/linux/include/linux/cramfs_fs_sb.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.6/linux/include/linux/cramfs_fs_sb.h linux/include/linux/cramfs_fs_sb.h
@@ -0,0 +1,15 @@
+#ifndef _CRAMFS_FS_SB
+#define _CRAMFS_FS_SB
+
+/*
+ * cramfs super-block data in memory
+ */
+struct cramfs_sb_info {
+ unsigned long magic;
+ unsigned long size;
+ unsigned long blocks;
+ unsigned long files;
+ unsigned long flags;
+};
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)