From patchwork Wed Nov 21 05:30:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 200578 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 939422C00C2 for ; Wed, 21 Nov 2012 16:30:45 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750824Ab2KUFao (ORCPT ); Wed, 21 Nov 2012 00:30:44 -0500 Received: from mail-qa0-f53.google.com ([209.85.216.53]:52986 "EHLO mail-qa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750820Ab2KUFan (ORCPT ); Wed, 21 Nov 2012 00:30:43 -0500 Received: by mail-qa0-f53.google.com with SMTP id k31so1314001qat.19 for ; Tue, 20 Nov 2012 21:30:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=vjHw5EMuO7Z6dmXhXfcjRaVfceWGbOxbO4QtbTFGU+A=; b=uHJKitqSjyv21WuGpO3coMUIQNSv+31UVfQ67/QScgERqse61Shf1Z96mBM7Anztzl STb71BiYBfAFa44XF1h9GCYhObV+2S54eBh7aE3eVcPOs07T0aWygGLTkvwKq0Xfi1fK xO4iPJQcACCYx4+ld1EQKuV0U25qwsIu9RiEWbBxhU+lB2LkNj+w9a9dK2jqHGkd5akM gKCYI0UUUA8t7640QIDmgJm+EGuY8Vr+vp8tK9yyv9/c+L9pAc7bEbRzvEry8Yj4Bgo2 nCuhEyAqIbk6blkxE8l4cnR09FB8cNNds0KlD+o1dC4VyLTJUZzEjjXSXJDx0T39mRsc ifqw== MIME-Version: 1.0 Received: by 10.224.95.196 with SMTP id e4mr17004040qan.88.1353475842661; Tue, 20 Nov 2012 21:30:42 -0800 (PST) Received: by 10.229.126.165 with HTTP; Tue, 20 Nov 2012 21:30:42 -0800 (PST) Date: Wed, 21 Nov 2012 13:30:42 +0800 Message-ID: Subject: [PATCH -next] ext4: remove duplicated include from super.c From: Wei Yongjun To: tytso@mit.edu, adilger.kernel@dilger.ca Cc: yongjun_wei@trendmicro.com.cn, linux-ext4@vger.kernel.org Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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