diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-07 14:46:39 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-07 14:46:39 -0400 |
commit | b9201ce9a826f5ae4a8e153b52cf5d29f525ca11 (patch) | |
tree | 5309ce0b78856cfaf7808f60700b789d18b5a5bf /fs | |
parent | 85d1da67f7e1239afa3494d05be87da6fc3ecada (diff) |
[GFS2] Forgot to remove unused include vmalloc.h
Excatly as the subject line says.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/ops_fstype.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index f5140bdc1027..f4397ce51482 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/spinlock.h> | 12 | #include <linux/spinlock.h> |
13 | #include <linux/completion.h> | 13 | #include <linux/completion.h> |
14 | #include <linux/buffer_head.h> | 14 | #include <linux/buffer_head.h> |
15 | #include <linux/vmalloc.h> | ||
16 | #include <linux/blkdev.h> | 15 | #include <linux/blkdev.h> |
17 | #include <linux/kthread.h> | 16 | #include <linux/kthread.h> |
18 | #include <linux/namei.h> | 17 | #include <linux/namei.h> |