Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349606
b: refs/heads/master
c: 59fe4f4
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik committed Feb 5, 2013
1 parent 11800ac commit 1ea7e41
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: 5d1f40202bad12d4c70a2d40a420b30d23a72b1a
refs/heads/master: 59fe4f41976f6331b695ff049296d082cf621823
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ordered-data.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ int btrfs_ordered_update_i_size(struct inode *inode, u64 offset,
break;
if (test->file_offset >= i_size)
break;
if (test->file_offset >= disk_i_size) {
if (entry_end(test) > disk_i_size) {
/*
* we don't update disk_i_size now, so record this
* undealt i_size. Or we will not know the real
Expand Down

0 comments on commit 1ea7e41

Please sign in to comment.