diff options
Diffstat (limited to 'fs/ext3/fsync.c')
-rw-r--r-- | fs/ext3/fsync.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fs/ext3/fsync.c b/fs/ext3/fsync.c index 1860ed356323..d4dff278cbd8 100644 --- a/fs/ext3/fsync.c +++ b/fs/ext3/fsync.c | |||
@@ -22,15 +22,9 @@ | |||
22 | * we can depend on generic_block_fdatasync() to sync the data blocks. | 22 | * we can depend on generic_block_fdatasync() to sync the data blocks. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <linux/time.h> | ||
26 | #include <linux/blkdev.h> | 25 | #include <linux/blkdev.h> |
27 | #include <linux/fs.h> | ||
28 | #include <linux/sched.h> | ||
29 | #include <linux/writeback.h> | 26 | #include <linux/writeback.h> |
30 | #include <linux/jbd.h> | 27 | #include "ext3.h" |
31 | #include <linux/ext3_fs.h> | ||
32 | #include <linux/ext3_jbd.h> | ||
33 | #include <trace/events/ext3.h> | ||
34 | 28 | ||
35 | /* | 29 | /* |
36 | * akpm: A new design for ext3_sync_file(). | 30 | * akpm: A new design for ext3_sync_file(). |