Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25219
b: refs/heads/master
c: 2c2111c
h: refs/heads/master
i:
  25217: 0bf54d6
  25215: 00b7f90
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Apr 2, 2006
1 parent 66fee3a commit 7bcc90a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d6735bfcc998863dab89dacca2aed20932b6bc21
refs/heads/master: 2c2111c2bd821d3e7cf5a6a37a112a620fd947a3
6 changes: 2 additions & 4 deletions trunk/fs/udf/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,10 @@ static int udf_get_block(struct inode *inode, sector_t block, struct buffer_head
err = 0;

bh = inode_getblk(inode, block, &err, &phys, &new);
if (bh)
BUG();
BUG_ON(bh);
if (err)
goto abort;
if (!phys)
BUG();
BUG_ON(!phys);

if (new)
set_buffer_new(bh_result);
Expand Down

0 comments on commit 7bcc90a

Please sign in to comment.