提交 01afaf61 编写于 作者: A Andrew Hendry 提交者: Al Viro

Minix: Clean up left over label

Remove a left over fail label.
Signed-off-by: NAndrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 af5a30d8
......@@ -75,10 +75,6 @@ static struct page * dir_get_page(struct inode *dir, unsigned long n)
if (!IS_ERR(page))
kmap(page);
return page;
fail:
dir_put_page(page);
return ERR_PTR(-EIO);
}
static inline void *minix_next_entry(void *de, struct minix_sb_info *sbi)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册