md: move assignment of ->utime so that it never gets skipped.
authorNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:48:19 +0000 (08:48 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:48:19 +0000 (08:48 +1000)
commit1b57f132231593923cb4ab99943ddd777e8745bc
treeb76f936d08e5ef72430c6fbcf9352f53721481ec
parent8c6ac868b107ed50a46204f6d14e2ad9443ff146
md: move assignment of ->utime so that it never gets skipped.

Currently the assignment to utime gets skipped for 'external'
metadata.  So move it to the top of the function so that it
always gets effected.
This is of largely cosmetic interest.  Nothing actually depends
on ->utime being right for external arrays.
"mdadm --monitor" does use it for 0.90 and 1.x arrays, but with
mdadm-3.0, this is not important for external metadata.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c