]> git.baikalelectronics.ru Git - kernel.git/commit
dm: remove superfluous smp_mb
authorNamhyung Kim <namhyung@gmail.com>
Mon, 31 Oct 2011 20:18:56 +0000 (20:18 +0000)
committerAlasdair G Kergon <agk@redhat.com>
Mon, 31 Oct 2011 20:18:56 +0000 (20:18 +0000)
commit265e7f11e4e94ffa659c1ddb6a53966042ca23cb
tree3d0ad8ea43576c0b57523a71d345a209f6ffd6fa
parent2669076613efbee404aa55d6400e190b33517a00
dm: remove superfluous smp_mb

Since set_current_state() contains a memory barrier in it,
an additional barrier isn't needed.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c