diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2012-02-05 02:54:03 (GMT) |
---|---|---|
committer | Wu Fengguang <fengguang.wu@intel.com> | 2012-02-06 03:17:25 (GMT) |
commit | 977b7e3a52a7421ad33a393a38ece59f3d41c2fa (patch) | |
tree | 8ad7bb97c2385c3407c4fb647cc932978057559d /include/linux/vhost.h | |
parent | 3310225dfc71a35a2cc9340c15c0e08b14b3c754 (diff) | |
download | linux-fsl-qoriq-977b7e3a52a7421ad33a393a38ece59f3d41c2fa.tar.xz |
writeback: fix dereferencing NULL bdi->dev on trace_writeback_queue
When a SD card is hot removed without umount, del_gendisk() will call
bdi_unregister() without destroying/freeing it. This leaves the bdi in
the bdi->dev = NULL, bdi->wb.task = NULL, bdi->bdi_list removed state.
When sync(2) gets the bdi before bdi_unregister() and calls
bdi_queue_work() after the unregister, trace_writeback_queue will be
dereferencing the NULL bdi->dev. Fix it with a simple test for NULL.
LKML-reference: http://lkml.org/lkml/2012/1/18/346
Cc: stable@kernel.org
Reported-by: Rabin Vincent <rabin@rab.in>
Tested-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Diffstat (limited to 'include/linux/vhost.h')
0 files changed, 0 insertions, 0 deletions