commit | d0eb06afe712b7b103b6361f40a9a0c638524669 | [log] [tgz] |
---|---|---|
author | Kiran Kumar Modukuri <[email protected]> | Wed Jul 25 14:31:20 2018 +0100 |
committer | David Howells <[email protected]> | Wed Jul 25 14:31:20 2018 +0100 |
tree | 584436c22f6df0a2e686065cca74de9230c42715 | |
parent | fc36def997cfd6cbff3eda4f82853a5c311c5466 [diff] |
fscache: Allow cancelled operations to be enqueued 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: 9ae326a69004 ("CacheFiles: A cache that backs onto a mounted filesystem") Reported-by: Kiran Kumar Modukuri <[email protected]> Signed-off-by: David Howells <[email protected]>