diff options
Diffstat (limited to 'fs/ext4/ialloc.c')
-rw-r--r-- | fs/ext4/ialloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index 4b92066ca08f..34d39ae966f7 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c | |||
@@ -14,9 +14,9 @@ | |||
14 | 14 | ||
15 | #include <linux/time.h> | 15 | #include <linux/time.h> |
16 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |
17 | #include <linux/jbd.h> | 17 | #include <linux/jbd2.h> |
18 | #include <linux/ext4_fs.h> | 18 | #include <linux/ext4_fs.h> |
19 | #include <linux/ext4_jbd.h> | 19 | #include <linux/ext4_jbd2.h> |
20 | #include <linux/stat.h> | 20 | #include <linux/stat.h> |
21 | #include <linux/string.h> | 21 | #include <linux/string.h> |
22 | #include <linux/quotaops.h> | 22 | #include <linux/quotaops.h> |
@@ -497,7 +497,7 @@ repeat_in_this_group: | |||
497 | goto got; | 497 | goto got; |
498 | } | 498 | } |
499 | /* we lost it */ | 499 | /* we lost it */ |
500 | journal_release_buffer(handle, bitmap_bh); | 500 | jbd2_journal_release_buffer(handle, bitmap_bh); |
501 | 501 | ||
502 | if (++ino < EXT4_INODES_PER_GROUP(sb)) | 502 | if (++ino < EXT4_INODES_PER_GROUP(sb)) |
503 | goto repeat_in_this_group; | 503 | goto repeat_in_this_group; |