Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273141
b: refs/heads/master
c: f6f96fd
h: refs/heads/master
i:
  273139: 6a7e142
v: v3
  • Loading branch information
Darrick J. Wong authored and Theodore Ts'o committed Oct 18, 2011
1 parent 404ba6d commit 67583c0
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: bdfc230f33a9dab316dcb6be4696ae59e1562e3c
refs/heads/master: f6f96fdb8c2779f9bd8ed7b0b08405b4439c982b
3 changes: 2 additions & 1 deletion trunk/fs/ext4/mmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ int ext4_multi_mount_protect(struct super_block *sb,
/*
* write a new random sequence number.
*/
mmp->mmp_seq = seq = cpu_to_le32(mmp_new_seq());
seq = mmp_new_seq();
mmp->mmp_seq = cpu_to_le32(seq);

retval = write_mmp_block(bh);
if (retval)
Expand Down

0 comments on commit 67583c0

Please sign in to comment.