From patchwork Thu Apr 13 13:51:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 9679449 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B831C60383 for ; Thu, 13 Apr 2017 13:51:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AA1A728664 for ; Thu, 13 Apr 2017 13:51:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9D6AB28667; Thu, 13 Apr 2017 13:51:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 897A728664 for ; Thu, 13 Apr 2017 13:51:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753807AbdDMNvb (ORCPT ); Thu, 13 Apr 2017 09:51:31 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:33127 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753802AbdDMNva (ORCPT ); Thu, 13 Apr 2017 09:51:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Message-Id:Date:Subject:To:From: Sender:Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=urMwGePNgYO6k+vl7FaYv+ERT1tbX/YfgaNhCCFDvgA=; b=e1Pp5C51+ELrOKqWc4PjaJ8OU paljJouiWdHrWpU9oQLmUpmVgFsvbjRYkJg4YHQdU/CU9GcYSdV0v7eSJ1Hh7YGcHdcbyZB7YnY4x tOeb5zupI/VubsHJgcpOzz7j/gcymSYRBzuh9kb5m7QCm1ZNwi7/7PkllIGMwZLvKYSkslA05g0f5 M1jZE++aLjbW011m7Hp0RSfwd6TggwSgMSmBLKtqmTsnQMZI4lxNeFbcWuJwOO9NI1aPh7tI3bEyW QJmiV4Bxkttd8D2O9K2uNoyiCCcUQGYvSOMNnilwjb1+7bVjpK6rt8IRO5R3E1N65PLOAxRQTFtN+ TGShXOuSw==; Received: from clnet-p099-196.ikbnet.co.at ([83.175.99.196] helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1cyf9h-0003uM-Me for linux-xfs@vger.kernel.org; Thu, 13 Apr 2017 13:51:26 +0000 From: Christoph Hellwig To: linux-xfs@vger.kernel.org Subject: [PATCH] mkfs: remove leftover blkid include Date: Thu, 13 Apr 2017 15:51:22 +0200 Message-Id: <20170413135122.16730-1-hch@lst.de> X-Mailer: git-send-email 2.11.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP All topology handling moved to libxcmd a while ago. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- mkfs/xfs_mkfs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index 6fedc05c..23e3e330 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -18,9 +18,6 @@ #include "libxfs.h" #include -#ifdef ENABLE_BLKID -# include -#endif /* ENABLE_BLKID */ #include "xfs_multidisk.h" #include "libxcmd.h"