]> git.baikalelectronics.ru Git - kernel.git/commit
FS-Cache: Add the FS-Cache cache backend API and documentation
authorDavid Howells <dhowells@redhat.com>
Fri, 3 Apr 2009 15:42:36 +0000 (16:42 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 3 Apr 2009 15:42:36 +0000 (16:42 +0100)
commita51da7fc86711ac84500fe36d7565691eea33e14
treef066d08e2c33d2b475e55c5b18e4e4bff537ee75
parent5d52104c8b238a95a7f670d72a59467faa77b6d1
FS-Cache: Add the FS-Cache cache backend API and documentation

Add the API for a generic facility (FS-Cache) by which caches may declare them
selves open for business, and may obtain work to be done from network
filesystems.  The header file is included by:

#include <linux/fscache-cache.h>

Documentation for the API is also added to:

Documentation/filesystems/caching/backend-api.txt

This API is not usable without the implementation of the utility functions
which will be added in further patches.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Steve Dickson <steved@redhat.com>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Tested-by: Daire Byrne <Daire.Byrne@framestore.com>
Documentation/filesystems/caching/backend-api.txt [new file with mode: 0644]
include/linux/fscache-cache.h [new file with mode: 0644]