Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132295
b: refs/heads/master
c: 74e77eb
h: refs/heads/master
i:
  132293: e7dd74a
  132291: c6f65b8
  132287: b7d0de1
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Mar 12, 2009
1 parent 20e2aa8 commit 36bc08c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d9ae49d6e2b1ac9166e58ae3c9345135604beaa6
refs/heads/master: 74e77eb30d0ecbb12964d005b439c8b84a505b84
3 changes: 2 additions & 1 deletion trunk/fs/ocfs2/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ static int ocfs2_dinode_insert_check(struct inode *inode,

BUG_ON(OCFS2_I(inode)->ip_dyn_features & OCFS2_INLINE_DATA_FL);
mlog_bug_on_msg(!ocfs2_sparse_alloc(osb) &&
(OCFS2_I(inode)->ip_clusters != rec->e_cpos),
(OCFS2_I(inode)->ip_clusters !=
le32_to_cpu(rec->e_cpos)),
"Device %s, asking for sparse allocation: inode %llu, "
"cpos %u, clusters %u\n",
osb->dev_str,
Expand Down

0 comments on commit 36bc08c

Please sign in to comment.