diff options
author | Christoph Hellwig <hch@lst.de> | 2008-04-30 00:13:32 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-30 00:13:32 +0200 |
commit | 3dcf54515aa4981a647ad74859199032965193a5 (patch) | |
tree | b95d895bb2f6fa15be29411b15d538c21b0de930 /fs/ext4/hash.c | |
parent | ext4: fix wrong gfp type under transaction (diff) | |
download | linux-3dcf54515aa4981a647ad74859199032965193a5.tar.xz linux-3dcf54515aa4981a647ad74859199032965193a5.zip |
ext4: move headers out of include/linux
Move ext4 headers out of include/linux. This is just the trivial move,
there's some more thing that could be done later.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/hash.c')
-rw-r--r-- | fs/ext4/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/hash.c b/fs/ext4/hash.c index 1555024e3b36..1d6329dbe390 100644 --- a/fs/ext4/hash.c +++ b/fs/ext4/hash.c @@ -11,8 +11,8 @@ #include <linux/fs.h> #include <linux/jbd2.h> -#include <linux/ext4_fs.h> #include <linux/cryptohash.h> +#include "ext4.h" #define DELTA 0x9E3779B9 |