diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-12-10 19:48:58 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-01-25 03:13:03 -0500 |
commit | 208adb6403e079ceeb8e731696615d22db6f397b (patch) | |
tree | e2e2b778d320c89c73354b4e27e613b354a299be /fs/qnx4/qnx4.h | |
parent | 5a9ed6f5e7b80c95b133818aa96b1fba8e1216a0 (diff) | |
download | linux-208adb6403e079ceeb8e731696615d22db6f397b.tar.gz linux-208adb6403e079ceeb8e731696615d22db6f397b.tar.bz2 linux-208adb6403e079ceeb8e731696615d22db6f397b.zip |
qnx4: clean qnx4_fill_super() up
* pass on-disk superblock to qnx4_chkroot() explicitly
* don't leave stale (and unused) pointers in qnx4_super_block
* free stuff in ->kill_sb(); ->put_super() becomes empty and dies
* simplify failure exits
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/qnx4/qnx4.h')
-rw-r--r-- | fs/qnx4/qnx4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/qnx4/qnx4.h b/fs/qnx4/qnx4.h index 34e2d329c97e..c9b1be2c164d 100644 --- a/fs/qnx4/qnx4.h +++ b/fs/qnx4/qnx4.h @@ -10,8 +10,6 @@ #endif 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 */ }; |