]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcfedca3cd5ff2a51996b77eeede132461dccea87
treea0fb919271bf9e5451cb280cb7c7bcb0bd8503ac
parente9da1af2998164a8ee76ce35cc1341f32ccce04e
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