Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8321
b: refs/heads/master
c: 585f0dd
h: refs/heads/master
i:
  8319: 766fbd0
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Sep 9, 2005
1 parent 4235ecb commit 2529079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e6603da9b9cfb14a6aca3845227f8c59f7eeb9b
refs/heads/master: 585f0dd5a955c420ff3af5193aa07d6f789bf81a
1 change: 1 addition & 0 deletions trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ static int bitmap_read_sb(struct bitmap *bitmap)
/* assign fields using values from superblock */
bitmap->chunksize = chunksize;
bitmap->daemon_sleep = daemon_sleep;
bitmap->daemon_lastrun = jiffies;
bitmap->max_write_behind = write_behind;
bitmap->flags |= sb->state;
bitmap->events_cleared = le64_to_cpu(sb->events_cleared);
Expand Down

0 comments on commit 2529079

Please sign in to comment.