[ Upstream commit 3be0b3ed1d76c6703b9ee482b55f7e01c369cc68 ]
This function dereferences "cache" and then checks if it's
IS_ERR_OR_NULL(). Check first, then dereference.
Fixes:
|
||
|---|---|---|
| .. | ||
| cache.c | ||
| cookie.c | ||
| internal.h | ||
| io.c | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| proc.c | ||
| stats.c | ||
| volume.c | ||