fscache: Remove the cookie parameter from fscache_clear_page_bits()
authorYue Hu <huyue2@coolpad.com>
Wed, 6 Apr 2022 03:50:17 +0000 (11:50 +0800)
committerDavid Howells <dhowells@redhat.com>
Fri, 8 Apr 2022 22:54:37 +0000 (23:54 +0100)
commit2c547f299827c12244d613eb2ee3616d88f56088
treea0fb919271bf9e5451cb280cb7c7bcb0bd8503ac
parent5d3d5b9645b53691b2eee7607cf995bcfae46dd0
fscache: Remove the cookie parameter from fscache_clear_page_bits()

The cookie is not used at all, remove it and update the usage in io.c
and afs/write.c (which is the only user outside of fscache currently)
at the same time.

[DH: Amended the documentation also]

Signed-off-by: Yue Hu <huyue2@coolpad.com>
Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-cachefs@redhat.com
Link: https://listman.redhat.com/archives/linux-cachefs/2022-April/006659.html
Documentation/filesystems/caching/netfs-api.rst
fs/afs/write.c
fs/fscache/io.c
include/linux/fscache.h