bcache: allows use of register in udev to avoid "device_busy" error.
authorGabriel de Perthuis <g2p.code@gmail.com>
Mon, 30 Nov 2015 02:40:23 +0000 (18:40 -0800)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 1 Feb 2016 19:53:53 +0000 (14:53 -0500)
commitd5402134c27d66e83295ae2961772b89bc6a50bc
tree25401f2898edf244e53ebe196a6e3fe2cc192d79
parent322d0128f1e4af6b5b3532e0848fae633fd5a992
bcache: allows use of register in udev to avoid "device_busy" error.

[ Upstream commit d7076f21629f8f329bca4a44dc408d94670f49e2 ]

Allows to use register, not register_quiet in udev to avoid "device_busy" error.
The initial patch proposed at https://lkml.org/lkml/2013/8/26/549 by Gabriel de Perthuis
<g2p.code@gmail.com> does not unlock the mutex and hangs the kernel.

See http://thread.gmane.org/gmane.linux.kernel.bcache.devel/2594 for the discussion.

Cc: Denis Bychkov <manover@gmail.com>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Eric Wheeler <bcache@linux.ewheeler.net>
Cc: Gabriel de Perthuis <g2p.code@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@fb.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/md/bcache/super.c