Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296553
b: refs/heads/master
c: 85d2165
h: refs/heads/master
i:
  296551: cd469fe
v: v3
  • Loading branch information
Santosh Nayak authored and Theodore Ts'o committed Feb 27, 2012
1 parent b617b73 commit 6b590e1
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: 9ee4930259abf3641ae85c19498eabe97cf6abad
refs/heads/master: 85d216501a7c2aa3e19d71c70430395c864a2ee5
4 changes: 2 additions & 2 deletions trunk/fs/ext4/mmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ int ext4_multi_mount_protect(struct super_block *sb,
* If check_interval in MMP block is larger, use that instead of
* update_interval from the superblock.
*/
if (mmp->mmp_check_interval > mmp_check_interval)
mmp_check_interval = mmp->mmp_check_interval;
if (le16_to_cpu(mmp->mmp_check_interval) > mmp_check_interval)
mmp_check_interval = le16_to_cpu(mmp->mmp_check_interval);

seq = le32_to_cpu(mmp->mmp_seq);
if (seq == EXT4_MMP_SEQ_CLEAN)
Expand Down

0 comments on commit 6b590e1

Please sign in to comment.