LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Christoph Hellwig <hch@infradead.org>
Cc: kernel test robot <lkp@intel.com>, 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 10:55:51 +0200 [thread overview]
Message-ID: <20210727085551.GA29619@quack2.suse.cz> (raw)
In-Reply-To: <YP+umZ1/XX969ioH@infradead.org>
On Tue 27-07-21 07:58:33, Christoph Hellwig wrote:
> Oops, hpfs now needs to select FS_IOMAP:
And I assume ext2 as well, right? So far ext2 needed iomap only for DAX
which selects FS_IOMAP itself. But now ext2 needs iomap also without DAX...
Honza
> 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
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
next prev parent reply other threads:[~2021-07-27 8:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-27 2:04 kernel test robot
2021-07-27 6:58 ` Christoph Hellwig
2021-07-27 8:55 ` Jan Kara [this message]
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=20210727085551.GA29619@quack2.suse.cz \
--to=jack@suse.cz \
--cc=hch@infradead.org \
--cc=hch@lst.de \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--subject='Re: [ext3:generic_block_fiemap_removal 3/4] file.c:undefined reference to `iomap_fiemap'\''' \
/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: link
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).