Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200136
b: refs/heads/master
c: 01afaf6
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Hendry authored and Al Viro committed Jun 4, 2010
1 parent 4d043b5 commit 5d1ea44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: af5a30d8cfcfc561336f982b06345d6b815e0bb3
refs/heads/master: 01afaf61983d08ed1c9e5e8f2fcf4f40e9008033
4 changes: 0 additions & 4 deletions trunk/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 5d1ea44

Please sign in to comment.