commit | 624ce4f5658fa3e0303c1217bba2706142fe7568 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Mon Dec 14 12:49:56 2009 +1100 |
committer | NeilBrown <neilb@suse.de> | Mon Dec 14 12:51:41 2009 +1100 |
tree | d2ceb07051efba40b01ddd76cfc93f4ed89ed831 | |
parent | 43a705076e51c5af21ec4260a35699775ea298f5 [diff] |
md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb Setting daemon_lastrun really has nothing to do with reading the bitmap superblock, it just happens to be needed at the same time. bitmap_read_sb is about to become options, so move that code out to after the call to bitmap_read_sb. Signed-off-by: NeilBrown <neilb@suse.de>