Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102335
b: refs/heads/master
c: e407e39
h: refs/heads/master
i:
  102333: 3aecd83
  102331: 21afb6f
  102327: b2d020b
  102319: a8206c4
  102303: 3adb124
  102271: 2a3b20f
v: v3
  • Loading branch information
Joel Becker authored and Mark Fasheh committed Jul 14, 2008
1 parent b172bc5 commit f98d4f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 461c6a30eca6f25add1dadb9fd8a1d8e89a6e627
refs/heads/master: e407e39783a7206d20b3e9961aedf272de966e31
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ int ocfs2_extend_trans(handle_t *handle, int nblocks)

mlog(0, "Trying to extend transaction by %d blocks\n", nblocks);

#ifdef OCFS2_DEBUG_FS
#ifdef CONFIG_OCFS2_DEBUG_FS
status = 1;
#else
status = journal_extend(handle, nblocks);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/localalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ int ocfs2_reserve_local_alloc_bits(struct ocfs2_super *osb,

alloc = (struct ocfs2_dinode *) osb->local_alloc_bh->b_data;

#ifdef OCFS2_DEBUG_FS
#ifdef CONFIG_OCFS2_DEBUG_FS
if (le32_to_cpu(alloc->id1.bitmap1.i_used) !=
ocfs2_local_alloc_count_bits(alloc)) {
ocfs2_error(osb->sb, "local alloc inode %llu says it has "
Expand Down

0 comments on commit f98d4f8

Please sign in to comment.