aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fsync.c
diff options
context:
space:
mode:
authorSheng Yong <shengyong1@huawei.com>2015-04-02 23:47:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-04-02 23:47:42 -0400
commit72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 (patch)
treeb9ba0496846e522e0d01edda682fb93411e412e2 /fs/ext4/fsync.c
parentext4: fix comments in ext4_can_extents_be_merged() (diff)
downloadlinux-dev-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.xz
linux-dev-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.zip
ext4: remove unused header files
Remove unused header files and header files which are included in ext4.h. Signed-off-by: Sheng Yong <shengyong1@huawei.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/fsync.c')
-rw-r--r--fs/ext4/fsync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/fsync.c b/fs/ext4/fsync.c
index a8bc47f75fa0..e9d632e9aa4b 100644
--- a/fs/ext4/fsync.c
+++ b/fs/ext4/fsync.c
@@ -26,7 +26,6 @@
#include <linux/fs.h>
#include <linux/sched.h>
#include <linux/writeback.h>
-#include <linux/jbd2.h>
#include <linux/blkdev.h>
#include "ext4.h"