patch-2.2.15 linux/include/linux/qnx4_fs_sb.h
Next file: linux/include/linux/qnxtypes.h
Previous file: linux/include/linux/qnx4_fs_i.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Fri Apr 21 12:47:01 2000
- Orig file:
v2.2.14/include/linux/qnx4_fs_sb.h
- Orig date:
Mon Aug 31 21:01:35 1998
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/include/linux/qnx4_fs_sb.h linux/include/linux/qnx4_fs_sb.h
@@ -2,8 +2,8 @@
* Name : qnx4_fs_sb.h
* Author : Richard Frowijn
* Function : qnx4 superblock definitions
- * Version : 1.0
- * Last modified : 20-05-1998
+ * Version : 1.0.2
+ * Last modified : 2000-01-06
*
* History : 23-03-1998 created
*
@@ -11,17 +11,17 @@
#ifndef _QNX4_FS_SB
#define _QNX4_FS_SB
-#include <linux/qnxtypes.h>
+#include <linux/qnx4_fs.h>
/*
* qnx4 super-block data in memory
*/
struct qnx4_sb_info {
- struct buffer_head *sb_buf; /* superblock buffer */
- struct qnx4_super_block *sb; /* our superblock */
- unsigned int Version; /* may be useful */
- struct qnx4_inode_entry *BitMap; /* useful */
+ struct buffer_head *sb_buf; /* superblock buffer */
+ struct qnx4_super_block *sb; /* our superblock */
+ unsigned int Version; /* may be useful */
+ struct qnx4_inode_entry *BitMap; /* useful */
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)