Skip to content

Commit

Permalink
Minix: Clean up left over label
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Hendry authored and Al Viro committed Jun 4, 2010
1 parent af5a30d commit 01afaf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fs/minix/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01afaf6

Please sign in to comment.