Commit fbad2bd1 authored by Al Viro's avatar Al Viro

qnx4: i_sb is never NULL

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 950ee956
...@@ -60,10 +60,6 @@ static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, ...@@ -60,10 +60,6 @@ static struct buffer_head *qnx4_find_entry(int len, struct inode *dir,
struct buffer_head *bh; struct buffer_head *bh;
*res_dir = NULL; *res_dir = NULL;
if (!dir->i_sb) {
printk(KERN_WARNING "qnx4: no superblock on dir.\n");
return NULL;
}
bh = NULL; bh = NULL;
block = offset = blkofs = 0; block = offset = blkofs = 0;
while (blkofs * QNX4_BLOCK_SIZE + offset < dir->i_size) { while (blkofs * QNX4_BLOCK_SIZE + offset < dir->i_size) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment