Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84749
b: refs/heads/master
c: 32a8f24
h: refs/heads/master
i:
  84747: b173886
v: v3
  • Loading branch information
Mike Galbraith authored and Linus Torvalds committed Feb 8, 2008
1 parent ea1720b commit 7eca822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7f3fbd08976f1d2562d6174d5fe4c85d12bb7d54
refs/heads/master: 32a8f24dd75c2be34606e77414afba7bc6b5b366
2 changes: 1 addition & 1 deletion trunk/fs/udf/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void udf_clear_inode(struct inode *inode)
udf_discard_prealloc(inode);
udf_truncate_tail_extent(inode);
unlock_kernel();
write_inode_now(inode, 1);
write_inode_now(inode, 0);
}
iinfo = UDF_I(inode);
kfree(iinfo->i_ext.i_data);
Expand Down

0 comments on commit 7eca822

Please sign in to comment.