drivers/block/loop.c: emit uevent on auto release
authorPhillip Susi <psusi@cfl.rr.com>
Wed, 21 Sep 2011 08:02:13 +0000 (10:02 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 21 Sep 2011 08:02:13 +0000 (10:02 +0200)
The loopback driver failed to emit the change uevent when auto releasing
the device.  Fixed lo_release() to pass the bdev to loop_clr_fd() so it
can emit the event.

Signed-off-by: Phillip Susi <psusi@cfl.rr.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Ayan George <ayan@ayan.net>
Signed-off-by: Andrew Morton <akpm@google.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found