aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPaolo \'Blaisorblade\' Giarrusso <blaisorblade_spam@yahoo.it>2005-01-14 23:27:30 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:27:30 -0800
commitbe45b2af7e886bb3fe654fd599b74fd82c1fcb38 (patch)
tree81a9dc85dc7126fa4482599c1c117a0b9b2879f0 /fs
parentb1c938bef86518ac625a6bbbec0400684fdc250b (diff)
downloadhistory-be45b2af7e886bb3fe654fd599b74fd82c1fcb38.tar.gz
[PATCH] uml: drop unused buffer_head.h header from hostfs
Drop that header inclusion - I discovered this header was unused while checking whether I can use the __set_page_dirty_nobuffers speedup suggested by Andrew Morton. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/hostfs/hostfs_kern.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index 2c3bed21d8ef2a..f9759e012416d8 100644
--- a/fs/hostfs/hostfs_kern.c
+++ b/fs/hostfs/hostfs_kern.c
@@ -15,7 +15,6 @@
#include <linux/pagemap.h>
#include <linux/blkdev.h>
#include <linux/list.h>
-#include <linux/buffer_head.h>
#include <linux/root_dev.h>
#include <linux/statfs.h>
#include <linux/kdev_t.h>