android_kernel_samsung_univ.../fs/fscache
Kiran Kumar Modukuri 58b96dea99 fscache: Allow cancelled operations to be enqueued
[ Upstream commit d0eb06afe712b7b103b6361f40a9a0c638524669 ]

Alter the state-check assertion in fscache_enqueue_operation() to allow
cancelled operations to be given processing time so they can be cleaned up.

Also fix a debugging statement that was requiring such operations to have
an object assigned.

Fixes: 9ae326a690 ("CacheFiles: A cache that backs onto a mounted filesystem")
Reported-by: Kiran Kumar Modukuri <kiran.modukuri@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-05 09:18:35 +02:00
..
cache.c
cookie.c
fsdef.c
histogram.c
internal.h
Kconfig
main.c
Makefile
netfs.c
object-list.c FS-Cache: fix dereference of NULL user_key_payload 2017-10-27 10:23:18 +02:00
object.c
operation.c fscache: Allow cancelled operations to be enqueued 2018-09-05 09:18:35 +02:00
page.c fscache: Fix hanging wait on page discarded by writeback 2018-05-30 07:49:08 +02:00
proc.c
stats.c