diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-23 16:04:05 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-31 16:03:15 -0400 |
commit | 2f99c36986ff27a86f06f27212c5f5fa8c7164a3 (patch) | |
tree | a90fd7fe865bb1c5a00b0946754b505bcf070b60 /fs/gfs2 | |
parent | 4a165d25f63a989d0aabe9d8eed5b3a5d5da1862 (diff) |
get rid of pointless includes of ext2_fs.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 76834587a8a4..a3d2c9ee8d66 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/mount.h> | 18 | #include <linux/mount.h> |
19 | #include <linux/fs.h> | 19 | #include <linux/fs.h> |
20 | #include <linux/gfs2_ondisk.h> | 20 | #include <linux/gfs2_ondisk.h> |
21 | #include <linux/ext2_fs.h> | ||
22 | #include <linux/falloc.h> | 21 | #include <linux/falloc.h> |
23 | #include <linux/swap.h> | 22 | #include <linux/swap.h> |
24 | #include <linux/crc32.h> | 23 | #include <linux/crc32.h> |