NeilBrown 547414d19f md/raid10: remove unnecessary smp_mb() from end_sync_write
Recent commit 4ca40c2ce099e4f1ce3 (md/raid10: Allow replacement device ...)
added an smp_mb in end_sync_write.
This was to close a possible race with raid10_remove_disk.
However there is no such race as it is never attempted to remove a
disk while resync (or recovery) is happening.
so the smp_mb is just noise.

Signed-off-by: NeilBrown <neilb@suse.de>
2012-03-13 11:21:20 +11:00
..
2011-10-31 20:19:09 +00:00
2012-03-07 19:09:37 +00:00
2011-08-02 12:32:02 +01:00
2011-07-26 16:49:47 -07:00
2012-03-07 19:09:48 +00:00
2011-03-31 11:26:23 -03:00
2011-03-24 13:54:35 +00:00
2011-10-31 20:21:18 +00:00
2012-01-03 22:54:07 -05:00
2011-10-31 20:19:04 +00:00
2011-10-31 20:21:18 +00:00
2011-10-31 20:21:18 +00:00
2012-02-08 19:06:30 -08:00