BFS: clean up the superblock usage
[pandora-kernel.git] / fs / bfs / bfs.h
index 70f5d3a..f7f87e2 100644 (file)
@@ -16,8 +16,8 @@ struct bfs_sb_info {
        unsigned long si_freei;
        unsigned long si_lf_eblk;
        unsigned long si_lasti;
-       unsigned long * si_imap;
-       struct buffer_head * si_sbh;            /* buffer header w/superblock */
+       unsigned long *si_imap;
+       struct mutex bfs_lock;
 };
 
 /*