summaryrefslogtreecommitdiffstats
path: root/include/linux/bfs_fs_sb.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-23 00:40:54 +0000
commit529c593ece216e4aaffd36bd940cb94f1fa63129 (patch)
tree78f1c0b805f5656aa7b0417a043c5346f700a2cf /include/linux/bfs_fs_sb.h
parent0bd079751d25808d1972baee5c4eaa1db2227257 (diff)
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'include/linux/bfs_fs_sb.h')
-rw-r--r--include/linux/bfs_fs_sb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/bfs_fs_sb.h b/include/linux/bfs_fs_sb.h
index f0f54d606..5f927f35b 100644
--- a/include/linux/bfs_fs_sb.h
+++ b/include/linux/bfs_fs_sb.h
@@ -7,13 +7,6 @@
#define _LINUX_BFS_FS_SB
/*
- * BFS block map entry, an array of these is kept in bfs_sb_info.
- */
- struct bfs_bmap {
- unsigned long start, end;
- };
-
-/*
* BFS file system in-core superblock info
*/
struct bfs_sb_info {
@@ -24,7 +17,6 @@ struct bfs_sb_info {
unsigned long si_lf_sblk;
unsigned long si_lf_eblk;
unsigned long si_lasti;
- struct bfs_bmap * si_bmap;
char * si_imap;
struct buffer_head * si_sbh; /* buffer header w/superblock */
struct bfs_super_block * si_bfs_sb; /* superblock in si_sbh->b_data */