mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 18:07:46 +00:00
The condition that the waits in fscache_wait_on_volume_collision() are
waiting until are inverted. This suddenly started happening on the
upstream kernel with something like the following appearing in dmesg when
running xfstests:
CacheFiles: cachefiles: Inode already in use: Iafs,example.com,100055
Fix them by inverting the conditions.
Fixes:
|
||
|---|---|---|
| .. | ||
| cache.c | ||
| cookie.c | ||
| internal.h | ||
| io.c | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| proc.c | ||
| stats.c | ||
| volume.c | ||