Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187804
b: refs/heads/master
c: 5833ded
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Mar 9, 2010
1 parent a0e94d8 commit cce996c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: aae917cd188f397e9223001d9f6c0adfb339fd64
refs/heads/master: 5833ded9b6d783b8446349bada08f0f5e4227895
6 changes: 3 additions & 3 deletions trunk/fs/udf/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,9 +1408,8 @@ static int udf_update_inode(struct inode *inode, int do_sync)
unsigned char blocksize_bits = inode->i_sb->s_blocksize_bits;
struct udf_inode_info *iinfo = UDF_I(inode);

bh = udf_tread(inode->i_sb,
udf_get_lb_pblock(inode->i_sb,
&iinfo->i_location, 0));
bh = udf_tgetblk(inode->i_sb,
udf_get_lb_pblock(inode->i_sb, &iinfo->i_location, 0));
if (!bh) {
udf_debug("getblk failure\n");
return -ENOMEM;
Expand Down Expand Up @@ -1602,6 +1601,7 @@ static int udf_update_inode(struct inode *inode, int do_sync)
fe->descTag.tagChecksum = udf_tag_checksum(&fe->descTag);

out:
set_buffer_uptodate(bh);
unlock_buffer(bh);

/* write the data blocks */
Expand Down

0 comments on commit cce996c

Please sign in to comment.