Skip to content

Commit

Permalink
afs: remove cache.h
Browse files Browse the repository at this point in the history
It's just a wrapper for <linux/fscache.h>, so remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Christoph Hellwig authored and torvalds committed Oct 1, 2009
1 parent 8fccae2 commit 80e50be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions fs/afs/cache.h

This file was deleted.

2 changes: 1 addition & 1 deletion fs/afs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#include <linux/key.h>
#include <linux/workqueue.h>
#include <linux/sched.h>
#include <linux/fscache.h>

#include "afs.h"
#include "afs_vl.h"
#include "cache.h"

#define AFS_CELL_MAX_ADDRS 15

Expand Down

0 comments on commit 80e50be

Please sign in to comment.