2007-04-27 00:49:28 +02:00
|
|
|
/* AFS local cache management interface
|
2005-04-17 00:20:36 +02:00
|
|
|
*
|
2009-04-03 17:42:41 +02:00
|
|
|
* Copyright (C) 2008 Red Hat, Inc. All Rights Reserved.
|
2005-04-17 00:20:36 +02:00
|
|
|
* Written by David Howells (dhowells@redhat.com)
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version
|
|
|
|
* 2 of the License, or (at your option) any later version.
|
|
|
|
*/
|
|
|
|
|
2009-04-03 17:42:41 +02:00
|
|
|
#include <linux/fscache.h>
|