summaryrefslogtreecommitdiffstats
path: root/fs/qnx4/qnx4.h
diff options
context:
space:
mode:
authorAl Viro2013-12-11 01:48:58 +0100
committerAl Viro2014-01-25 09:13:03 +0100
commit208adb6403e079ceeb8e731696615d22db6f397b (patch)
treee2e2b778d320c89c73354b4e27e613b354a299be /fs/qnx4/qnx4.h
parentefs: get rid of ->put_super() (diff)
downloadkernel-qcow2-linux-208adb6403e079ceeb8e731696615d22db6f397b.tar.gz
kernel-qcow2-linux-208adb6403e079ceeb8e731696615d22db6f397b.tar.xz
kernel-qcow2-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.h2
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 */
};