Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

afs: remove cache.h

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>

authored by

Christoph Hellwig and committed by
Linus Torvalds
80e50be4 8fccae2c

+1 -13
-12
fs/afs/cache.h
··· 1 - /* AFS local cache management interface 2 - * 3 - * Copyright (C) 2008 Red Hat, Inc. All Rights Reserved. 4 - * Written by David Howells (dhowells@redhat.com) 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 - */ 11 - 12 - #include <linux/fscache.h>
+1 -1
fs/afs/internal.h
··· 18 18 #include <linux/key.h> 19 19 #include <linux/workqueue.h> 20 20 #include <linux/sched.h> 21 + #include <linux/fscache.h> 21 22 22 23 #include "afs.h" 23 24 #include "afs_vl.h" 24 - #include "cache.h" 25 25 26 26 #define AFS_CELL_MAX_ADDRS 15 27 27