summaryrefslogtreecommitdiffstats
path: root/include/linux/bfs_fs_i.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-01-29 01:41:54 +0000
commitf969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch)
treeb3530d803df59d726afaabebc6626987dee1ca05 /include/linux/bfs_fs_i.h
parenta10ce7ef2066b455d69187643ddf2073bfc4db24 (diff)
Merge with 2.3.27.
Diffstat (limited to 'include/linux/bfs_fs_i.h')
-rw-r--r--include/linux/bfs_fs_i.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/linux/bfs_fs_i.h b/include/linux/bfs_fs_i.h
new file mode 100644
index 000000000..647352882
--- /dev/null
+++ b/include/linux/bfs_fs_i.h
@@ -0,0 +1,18 @@
+/*
+ * include/linux/bfs_fs_i.h
+ * Copyright (C) 1999 Tigran Aivazian <tigran@ocston.org>
+ */
+
+#ifndef _LINUX_BFS_FS_I
+#define _LINUX_BFS_FS_I
+
+/*
+ * BFS file system in-core inode info
+ */
+struct bfs_inode_info {
+ unsigned long i_dsk_ino; /* inode number from the disk, can be 0 */
+ unsigned long i_sblock;
+ unsigned long i_eblock;
+};
+
+#endif /* _LINUX_BFS_FS_I */