From: NeilBrown Date: Mon, 14 Dec 2009 01:49:56 +0000 (+1100) Subject: md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb X-Git-Tag: v2.6.33-rc1~284^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624ce4f5658fa3e0303c1217bba2706142fe7568;p=pandora-kernel.git 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 --- Reading git-diff-tree failed