diff options
author | Sheng Yong <shengyong1@huawei.com> | 2015-04-03 06:47:42 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-04-03 06:47:42 +0300 |
commit | 72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7 (patch) | |
tree | b9ba0496846e522e0d01edda682fb93411e412e2 /fs/ext4/namei.c | |
parent | 4255c224b97f6d286d9d791962dec2b02c652b42 (diff) | |
download | linux-72b8e0f9fa8aee7e623808af1a5f33b70ebcb2c7.tar.xz |
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/namei.c')
-rw-r--r-- | fs/ext4/namei.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c index 8110dd20ad3f..efb64aee5b9e 100644 --- a/fs/ext4/namei.c +++ b/fs/ext4/namei.c @@ -26,7 +26,6 @@ #include <linux/fs.h> #include <linux/pagemap.h> -#include <linux/jbd2.h> #include <linux/time.h> #include <linux/fcntl.h> #include <linux/stat.h> |