dect
/
linux-2.6
Archived
13
0
Fork 0

Minix: Clean up left over label

Remove a left over fail label.

Signed-off-by: Andrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Andrew Hendry 2010-06-04 22:51:24 +10:00 committed by Al Viro
parent af5a30d8cf
commit 01afaf6198
1 changed files with 0 additions and 4 deletions

View File

@ -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)