From patchwork Wed Nov 21 05:30:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [-next] ext4: remove duplicated include from super.c Date: Tue, 20 Nov 2012 19:30:42 -0000 From: Wei Yongjun X-Patchwork-Id: 200578 Message-Id: To: tytso@mit.edu, adilger.kernel@dilger.ca Cc: yongjun_wei@trendmicro.com.cn, linux-ext4@vger.kernel.org From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- fs/ext4/super.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/fs/ext4/super.c b/fs/ext4/super.c index ad6cd8a..c8a6138 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -50,7 +50,6 @@ #include "xattr.h" #include "acl.h" #include "mballoc.h" -#include "ext4_extents.h" #define CREATE_TRACE_POINTS #include