fscache: Pass the correct cancelled indications to fscache_op_complete()
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Apr 2018 12:41:26 +0000 (13:41 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 4 Apr 2018 12:41:26 +0000 (13:41 +0100)
commitb27ddd46245311850f850024df54d0537506f3c1
treea3e7bfea00d0cfd2e6969d124b15d4bd2bffa9be
parentbfa3837ec3ccda3138ce9b798107aadcc6d2e78c
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>
fs/fscache/page.c
include/linux/fscache-cache.h