Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345682
b: refs/heads/master
c: 4789775
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Jan Kara committed Dec 13, 2012
1 parent c696548 commit 48effe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 195c0f96f0f96da317e22c9851a7ecc1a541f9ad
refs/heads/master: 4789775477718983b6f8c604a809b950c6a10052
3 changes: 1 addition & 2 deletions trunk/fs/ext3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,7 @@ struct buffer_head *ext3_getblk(handle_t *handle, struct inode *inode,
* mapped. 0 in case of a HOLE.
*/
if (err > 0) {
if (err > 1)
WARN_ON(1);
WARN_ON(err > 1);
err = 0;
}
*errp = err;
Expand Down

0 comments on commit 48effe1

Please sign in to comment.