LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org> To: kernel test robot <lkp@intel.com> Cc: Christoph Hellwig <hch@lst.de>, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz> Subject: Re: [ext3:generic_block_fiemap_removal 3/4] file.c:undefined reference to `iomap_fiemap' Date: Tue, 27 Jul 2021 07:58:33 +0100 [thread overview] Message-ID: <YP+umZ1/XX969ioH@infradead.org> (raw) In-Reply-To: <202107271057.xwwoSXFy-lkp@intel.com> 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
next prev parent reply other threads:[~2021-07-27 6:59 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-27 2:04 [ext3:generic_block_fiemap_removal 3/4] file.c:undefined reference to `iomap_fiemap' kernel test robot 2021-07-27 6:58 ` Christoph Hellwig [this message] 2021-07-27 8:55 ` Jan Kara 2021-07-27 8:57 ` Christoph Hellwig 2021-07-27 9:07 ` Jan Kara 2021-07-27 18:32 ` Naresh Kamboju
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=YP+umZ1/XX969ioH@infradead.org \ --to=hch@infradead.org \ --cc=hch@lst.de \ --cc=jack@suse.cz \ --cc=kbuild-all@lists.01.org \ --cc=linux-kernel@vger.kernel.org \ --cc=lkp@intel.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).