From: Al Viro Date: Mon, 4 Nov 2013 00:46:35 +0000 (-0500) Subject: qnx4: i_sb is never NULL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fbad2bd13235067eef0b5b5e18b40e84ca425815;p=linux-beck.git qnx4: i_sb is never NULL Signed-off-by: Al Viro --- diff --git a/fs/qnx4/namei.c b/fs/qnx4/namei.c index d024505ba007..e62c8183777a 100644 --- a/fs/qnx4/namei.c +++ b/fs/qnx4/namei.c @@ -60,10 +60,6 @@ static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, struct buffer_head *bh; *res_dir = NULL; - if (!dir->i_sb) { - printk(KERN_WARNING "qnx4: no superblock on dir.\n"); - return NULL; - } bh = NULL; block = offset = blkofs = 0; while (blkofs * QNX4_BLOCK_SIZE + offset < dir->i_size) {