[PATCH] bfs: fix endianness, signedness; add trivial bugfix
[deliverable/linux.git] / fs / bfs / bfs.h
index 1020dbc88bec0b5cc545b0de22d9dff4c0cd67c1..1fbc53f14aba998648c6bd3dba91590c924c4a50 100644 (file)
@@ -20,7 +20,6 @@ struct bfs_sb_info {
        unsigned long si_lasti;
        unsigned long * si_imap;
        struct buffer_head * si_sbh;            /* buffer header w/superblock */
-       struct bfs_super_block * si_bfs_sb;     /* superblock in si_sbh->b_data */
 };
 
 /*
This page took 0.062656 seconds and 5 git commands to generate.