Prev: Your Email ID has won 1,000,000.00 Pounds in the British Online Promo send your
Next: WARNING in __mark_inode_dirty for 2.6.35-rc1-00324-gad84563
From: Andrew Hendry on 4 Jun 2010 09:00 Remove a left over fail label. Signed-off-by: Andrew Hendry <andrew.hendry(a)gmail.com> diff --git a/fs/minix/dir.c b/fs/minix/dir.c index 9196958..1dbf921 100644 --- a/fs/minix/dir.c +++ b/fs/minix/dir.c @@ -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) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |