Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16947
b: refs/heads/master
c: b8b0af2
h: refs/heads/master
i:
  16945: 8ae23c3
  16943: b987a78
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Jan 9, 2006
1 parent b0de759 commit b07f034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 6b9c7ed84837753a436415097063232422e29a35
refs/heads/master: b8b0af24353eafadf58a0889999700e43f135aad
5 changes: 0 additions & 5 deletions trunk/fs/udf/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1957,11 +1957,6 @@ int8_t inode_bmap(struct inode *inode, int block, kernel_lb_addr *bloc, uint32_t
printk(KERN_ERR "udf: inode_bmap: block < 0\n");
return -1;
}
if (!inode)
{
printk(KERN_ERR "udf: inode_bmap: NULL inode\n");
return -1;
}

*extoffset = 0;
*elen = 0;
Expand Down

0 comments on commit b07f034

Please sign in to comment.