commit | b27ddd46245311850f850024df54d0537506f3c1 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Apr 04 13:41:26 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Apr 04 13:41:26 2018 +0100 |
tree | a3e7bfea00d0cfd2e6969d124b15d4bd2bffa9be | |
parent | bfa3837ec3ccda3138ce9b798107aadcc6d2e78c [diff] |
fscache: Pass the correct cancelled indications to fscache_op_complete() The last parameter to fscache_op_complete() is a bool indicating whether or not the operation was cancelled. A lot of the time the inverse value is given or no differentiation is made. Fix this. Signed-off-by: David Howells <dhowells@redhat.com>