From patchwork Mon Nov 19 11:17:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 12927 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3854D23E01 for ; Mon, 19 Nov 2012 11:23:32 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id E94B9A18222 for ; Mon, 19 Nov 2012 11:23:31 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so6255602iej.11 for ; Mon, 19 Nov 2012 03:23:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=bIgzq1RbdEBswC0TOrcCmoFB3JL5yuXr/wFwAm9ryaE=; b=fnF+HfHjZsUV7PTtkujylxr/IthnKZc1Rf8mLVmjnHPj1zS6niwy1NjRP5ld1v5BPd yeIWnaKzebaEiRrs2e2Wb5fPPlfw8NIWLfiy8sQKHc8ke3dO+yM/sG2+MSN3KAhcXFbc 6/q0wvvxMk5A5sohuDjb5KJhoXvZWV3ff1RZr653ylj4G3WSq+/d9IKXA/skgPutF3hz yPm4ALsMitx/mTPOeB4iDxRgH6J34accI5FATBRx+uJkcOvSO8wvqA4USdqntBx0cPFI 3SVey2N2Rmz+tk3UmxEB5fJDlrCD1qnjPadjwu9sAOvt55DIZK6DtwYEGBgTtc8uBgAM z01Q== Received: by 10.50.91.195 with SMTP id cg3mr6186796igb.57.1353324211406; Mon, 19 Nov 2012 03:23:31 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp144605igt; Mon, 19 Nov 2012 03:23:31 -0800 (PST) Received: by 10.68.238.72 with SMTP id vi8mr31879681pbc.55.1353324210874; Mon, 19 Nov 2012 03:23:30 -0800 (PST) Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by mx.google.com with ESMTPS id vy7si13447959pbc.6.2012.11.19.03.23.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:23:30 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.52; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.52 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f52.google.com with SMTP id ro2so3235329pbb.11 for ; Mon, 19 Nov 2012 03:23:30 -0800 (PST) Received: by 10.68.209.136 with SMTP id mm8mr32035594pbc.146.1353324210568; Mon, 19 Nov 2012 03:23:30 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id un16sm6079617pbc.47.2012.11.19.03.23.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:23:29 -0800 (PST) From: Sachin Kamat To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu, adilger.kernel@dilger.ca, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ext4: Remove duplicate inclusion of ext4_extents.h in super.c Date: Mon, 19 Nov 2012 16:47:22 +0530 Message-Id: <1353323842-32283-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQmywLd08b0Vwa0yHMadYrX0GmXDIVM6M+WVKg/c50xilVly2hXCR/HQnldr28DbEl9i/rXh ext4_extents.h was included twice. Signed-off-by: Sachin Kamat --- fs/ext4/super.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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