Loading fs/nilfs2/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ static struct page *nilfs_get_page(struct inode *dir, unsigned long n) if (!IS_ERR(page)) { kmap(page); if (unlikely(!PageChecked(page))) { if (PageError(page) || !nilfs_check_page(page)) if (!nilfs_check_page(page)) goto fail; } } Loading Loading
fs/nilfs2/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ static struct page *nilfs_get_page(struct inode *dir, unsigned long n) if (!IS_ERR(page)) { kmap(page); if (unlikely(!PageChecked(page))) { if (PageError(page) || !nilfs_check_page(page)) if (!nilfs_check_page(page)) goto fail; } } Loading