kernel_optimize_test/fs/cachefiles
Yan, Zheng 480ce08a70 FS-Cache: make check_consistency callback return int
__fscache_check_consistency() calls check_consistency() callback
and return the callback's return value. But the return type of
check_consistency() is bool. So __fscache_check_consistency()
return 1 if the cache is inconsistent. This is inconsistent with
the document.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
2016-06-01 10:29:39 +02:00
..
bind.c
daemon.c
interface.c
internal.h
Kconfig
key.c
main.c
Makefile
namei.c
proc.c
rdwr.c
security.c
xattr.c