[<prev] [next>] [day] [month] [year] [list]
Message-ID: <5534A443.9080802@huawei.com>
Date: Mon, 20 Apr 2015 15:01:23 +0800
From: Zhang Zhen <zhenzhang.zhang@...wei.com>
To: "tytso@....edu" <tytso@....edu>
CC: "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>
Subject: [PATCH] fs/ext4: remove unused header file
bitops.h provide definitions and macros that aren't used
in fs/ext4/inode.c at all.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@...wei.com>
---
fs/ext4/inode.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 035b7a0..2b04a86 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -37,7 +37,6 @@
#include <linux/printk.h>
#include <linux/slab.h>
#include <linux/ratelimit.h>
-#include <linux/bitops.h>
#include "ext4_jbd2.h"
#include "xattr.h"
--
1.9.1
.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists