From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B3D8C4338F for ; Tue, 27 Jul 2021 06:59:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7B16F6113D for ; Tue, 27 Jul 2021 06:59:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235378AbhG0G76 (ORCPT ); Tue, 27 Jul 2021 02:59:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234349AbhG0G74 (ORCPT ); Tue, 27 Jul 2021 02:59:56 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9CC1DC061757 for ; Mon, 26 Jul 2021 23:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=rLX6zfIbPohDQgOEqSdMhpF/nS3w/rQF0kd2nfv5ba8=; b=B3PzSadfVZnTZx+2tm0HbiIcfN FeXiyRnrP+46cHNbOX/SBqGwic7ZBnAEUwtCFLUecKTTcMRwMnd3PjM9Th5ZCfDK4PnWEE7+MyHQm ISrsOSZRTgW3+v/wIPJlQjlLEzCrVEdfeD5A3sodfRWRLAlEOqiytB7OzrCMS3rTtkPavaxDlEKt1 Mk1v4mLsKBJ7YpdgteTnVFr00BiLAvP5LNbuO+uKWZedQYa15oHrq+2f1kDYcidtXenTYz04pmTZD pcyk2J6ZGgvjp3lNsu2Vy4vcDEx/hXTiWuWZ2WPpVccUol/MvH52RPB7njnL/WG//RUM4Ejc8JnvL zoA+3lew==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8H2v-00EldT-KK; Tue, 27 Jul 2021 06:58:46 +0000 Date: Tue, 27 Jul 2021 07:58:33 +0100 From: Christoph Hellwig To: kernel test robot Cc: Christoph Hellwig , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Jan Kara Subject: Re: [ext3:generic_block_fiemap_removal 3/4] file.c:undefined reference to `iomap_fiemap' Message-ID: References: <202107271057.xwwoSXFy-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202107271057.xwwoSXFy-lkp@intel.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oops, hpfs now needs to select FS_IOMAP: diff --git a/fs/hpfs/Kconfig b/fs/hpfs/Kconfig index 2b36dc6f0a10..ec975f466877 100644 --- a/fs/hpfs/Kconfig +++ b/fs/hpfs/Kconfig @@ -2,6 +2,7 @@ config HPFS_FS tristate "OS/2 HPFS file system support" depends on BLOCK + select FS_IOMAP help OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS is the file system used for organizing files on OS/2 hard disk