/* SPDX-License-Identifier: GPL-2.0-or-later */ | |
/* General filesystem caching backing cache interface | |
* | |
* Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. | |
* Written by David Howells (dhowells@redhat.com) | |
* | |
* NOTE!!! See: | |
* | |
* Documentation/filesystems/caching/backend-api.rst | |
* | |
* for a description of the cache backend interface declared here. | |
*/ | |
#ifndef _LINUX_FSCACHE_CACHE_H | |
#define _LINUX_FSCACHE_CACHE_H | |
#include <linux/fscache.h> | |
#endif /* _LINUX_FSCACHE_CACHE_H */ |