mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 17:02:01 +00:00
We call mmc_req_is_special() after having processed a request, but
it could be freed after that. Check that ahead of time, and use
the cached value.
Reported-by: Hans de Goede <hdegoede@redhat.com>
Tested-by: Hans de Goede <hdegoede@redhat.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| block.c | ||
| Kconfig | ||
| Makefile | ||
| mmc_test.c | ||
| queue.c | ||
| queue.h | ||
| sdio_uart.c | ||