Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65107
b: refs/heads/master
c: 1bc5858
h: refs/heads/master
i:
  65105: 9add3e3
  65103: c4ea072
v: v3
  • Loading branch information
Christoph Hellwig authored and Tim Shimmin committed Sep 20, 2007
1 parent 519a72e commit 98da47d
Show file tree
Hide file tree
Showing 2 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: bcc7b445eff295664a3a3ab14e742b3c9d88e6e3
refs/heads/master: 1bc5858d0d40e07697b5eda47ed8628b8a934235
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -1920,9 +1920,9 @@ xlog_recover_do_reg_buffer(
stale_buf = 1;
break;
}
if (be16_to_cpu(dip->di_core.di_mode))
if (dip->di_core.di_mode)
mode_count++;
if (be16_to_cpu(dip->di_core.di_gen))
if (dip->di_core.di_gen)
gen_count++;
}

Expand Down

0 comments on commit 98da47d

Please sign in to comment.