Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180370
b: refs/heads/master
c: bd6b0bf
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Joel Becker committed Feb 5, 2010
1 parent 04adb2c commit 4f3eb90
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: cda70ba8c05a8661f882862c4699a31d215ab151
refs/heads/master: bd6b0bf87d8cf3d9cfeadeb12dbf5449e3e50765
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/extent_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int ocfs2_try_to_merge_extent_map(struct ocfs2_extent_map_item *emi,
emi->ei_clusters += ins->ei_clusters;
return 1;
} else if ((ins->ei_phys + ins->ei_clusters) == emi->ei_phys &&
(ins->ei_cpos + ins->ei_clusters) == emi->ei_phys &&
(ins->ei_cpos + ins->ei_clusters) == emi->ei_cpos &&
ins->ei_flags == emi->ei_flags) {
emi->ei_phys = ins->ei_phys;
emi->ei_cpos = ins->ei_cpos;
Expand Down

0 comments on commit 4f3eb90

Please sign in to comment.