Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74291
b: refs/heads/master
c: 0d8a4e0
h: refs/heads/master
i:
  74289: 9717d51
  74287: 7947b20
v: v3
  • Loading branch information
Mark Fasheh committed Nov 28, 2007
1 parent 6c62d69 commit 47af47c
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: bccb9dad8949cd0df1d3d2188a1fdb4b1936d537
refs/heads/master: 0d8a4e0cd688ad0de6430ce3425c7849cfec1c2d
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size)
{
struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;

if (new_size < le16_to_cpu(di->id2.i_data.id_count))
if (new_size <= le16_to_cpu(di->id2.i_data.id_count))
return 1;
return 0;
}
Expand Down

0 comments on commit 47af47c

Please sign in to comment.