diff options
Diffstat (limited to 'fs/ext3/ext3_jbd.c')
-rw-r--r-- | fs/ext3/ext3_jbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/ext3_jbd.c b/fs/ext3/ext3_jbd.c index d401f14..785a326 100644 --- a/fs/ext3/ext3_jbd.c +++ b/fs/ext3/ext3_jbd.c @@ -2,7 +2,7 @@ * Interface between ext3 and JBD */ -#include <linux/ext3_jbd.h> +#include "ext3.h" int __ext3_journal_get_undo_access(const char *where, handle_t *handle, struct buffer_head *bh) |