Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199183
b: refs/heads/master
c: 49837a8
h: refs/heads/master
i:
  199181: 8ca23ba
  199179: 74e7f57
  199175: ff980dc
  199167: 6c41732
v: v3
  • Loading branch information
Al Viro committed May 28, 2010
1 parent feee642 commit a9d3a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c9002de329c9ae825f10eb9044c928434a4d230
refs/heads/master: 49837a80b38b79a7c06217b2c40842aeb6fa13b9
5 changes: 1 addition & 4 deletions trunk/fs/minix/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,8 @@ static struct page * dir_get_page(struct inode *dir, unsigned long n)
{
struct address_space *mapping = dir->i_mapping;
struct page *page = read_mapping_page(mapping, n, NULL);
if (!IS_ERR(page)) {
if (!IS_ERR(page))
kmap(page);
if (!PageUptodate(page))
goto fail;
}
return page;

fail:
Expand Down

0 comments on commit a9d3a5f

Please sign in to comment.