Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316703
b: refs/heads/master
c: 17dc59b
h: refs/heads/master
i:
  316701: c439b09
  316699: 3749a0e
  316695: fa004d1
  316687: 828b3ac
  316671: a09113b
v: v3
  • Loading branch information
Jan Kara committed Jul 9, 2012
1 parent ffc0e7d commit e573f98
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bff943af6fe3af022c1c7a22cdb2e18a242eaf35
refs/heads/master: 17dc59ba418c3d6b0675d5b74d280acab2d4e369
4 changes: 2 additions & 2 deletions trunk/fs/udf/truncate.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void udf_truncate_extents(struct inode *inode)
/* We managed to free all extents in the
* indirect extent - free it too */
BUG_ON(!epos.bh);
udf_free_blocks(sb, inode, &epos.block,
udf_free_blocks(sb, NULL, &epos.block,
0, indirect_ext_len);
} else if (!epos.bh) {
iinfo->i_lenAlloc = lenalloc;
Expand All @@ -275,7 +275,7 @@ void udf_truncate_extents(struct inode *inode)

if (indirect_ext_len) {
BUG_ON(!epos.bh);
udf_free_blocks(sb, inode, &epos.block, 0, indirect_ext_len);
udf_free_blocks(sb, NULL, &epos.block, 0, indirect_ext_len);
} else if (!epos.bh) {
iinfo->i_lenAlloc = lenalloc;
mark_inode_dirty(inode);
Expand Down

0 comments on commit e573f98

Please sign in to comment.