diff options
author | Mingming Cao | 2006-10-11 10:21:01 +0200 |
---|---|---|
committer | Linus Torvalds | 2006-10-11 20:14:16 +0200 |
commit | dab291af8d6307a3075c3d67d0cc8f98e646cb94 (patch) | |
tree | a2207ab3e2e00472e5e3c969ad0dd211fb9e4151 /fs/ext4/hash.c | |
parent | [PATCH] jbd2: rename slab (diff) | |
download | kernel-qcow2-linux-dab291af8d6307a3075c3d67d0cc8f98e646cb94.tar.gz kernel-qcow2-linux-dab291af8d6307a3075c3d67d0cc8f98e646cb94.tar.xz kernel-qcow2-linux-dab291af8d6307a3075c3d67d0cc8f98e646cb94.zip |
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
Reworked from a patch by Mingming Cao and Randy Dunlap
Signed-off-By: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 d15bb4274428..a67966385e06 100644 --- a/fs/ext4/hash.c +++ b/fs/ext4/hash.c @@ -10,7 +10,7 @@ */ #include <linux/fs.h> -#include <linux/jbd.h> +#include <linux/jbd2.h> #include <linux/sched.h> #include <linux/ext4_fs.h> #include <linux/cryptohash.h> |