]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try #6]
authorDavid Howells <dhowells@redhat.com>
Tue, 29 Aug 2006 18:06:29 +0000 (19:06 +0100)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:52:31 +0000 (20:52 +0200)
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>
fs/afs/file.c
fs/cifs/inode.c

index 02264560d170d3be5fdeb0e9ab8621e09d9f8f32..2e8c42639eaa54803887b441758d6e176b4cb58b 100644 (file)
@@ -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>
index b88147c1dc27f0df435b6251376a73b7dfc531cb..05f874c7441bbd388087dd0be9a1197628144373 100644 (file)
@@ -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>