aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-08-29 19:06:29 +0100
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-09-30 20:52:31 +0200
commitd366e40a1cabd453be6e2609caa7e12f9ca17b1f (patch)
tree509768047fd75b116c1158204abad07ff9fe80b7
parent4cb50dc2eaeddb0bc20bc4cd108c4fec99f5045a (diff)
downloadlinux-d366e40a1cabd453be6e2609caa7e12f9ca17b1f.tar.gz
[PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try #6]
Remove inclusions of linux/buffer_head.h that are no longer necessary due to the transfer of a number of things out of there. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--fs/afs/file.c1
-rw-r--r--fs/cifs/inode.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/file.c b/fs/afs/file.c
index 02264560d170d3..2e8c42639eaa54 100644
--- a/fs/afs/file.c
+++ b/fs/afs/file.c
@@ -16,7 +16,6 @@
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
-#include <linux/buffer_head.h>
#include "volume.h"
#include "vnode.h"
#include <rxrpc/call.h>
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c
index b88147c1dc27f0..05f874c7441bbd 100644
--- a/fs/cifs/inode.c
+++ b/fs/cifs/inode.c
@@ -19,7 +19,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/fs.h>
-#include <linux/buffer_head.h>
#include <linux/stat.h>
#include <linux/pagemap.h>
#include <asm/div64.h>