aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/bitmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c
index 2c84de2b4ad5..f0f510c13410 100644
--- a/drivers/md/bitmap.c
+++ b/drivers/md/bitmap.c
@@ -522,6 +522,7 @@ success:
522 /* assign fields using values from superblock */ 522 /* assign fields using values from superblock */
523 bitmap->chunksize = chunksize; 523 bitmap->chunksize = chunksize;
524 bitmap->daemon_sleep = daemon_sleep; 524 bitmap->daemon_sleep = daemon_sleep;
525 bitmap->daemon_lastrun = jiffies;
525 bitmap->max_write_behind = write_behind; 526 bitmap->max_write_behind = write_behind;
526 bitmap->flags |= sb->state; 527 bitmap->flags |= sb->state;
527 bitmap->events_cleared = le64_to_cpu(sb->events_cleared); 528 bitmap->events_cleared = le64_to_cpu(sb->events_cleared);