Re: [PATCH] tmpfs: Disallow CONFIG_TMPFS_INODE64 on s390

From: Andrew Morton
Date: Mon Feb 08 2021 - 14:10:26 EST


On Mon, 8 Feb 2021 07:06:58 -0600 Seth Forshee <seth.forshee@xxxxxxxxxxxxx> wrote:

> On Sun, Feb 07, 2021 at 05:48:31PM +0300, Kirill A. Shutemov wrote:
> > On Fri, Feb 05, 2021 at 05:06:20PM -0600, Seth Forshee wrote:
> > > This feature requires ino_t be 64-bits, which is true for every
> > > 64-bit architecture but s390, so prevent this option from being
> > > selected there.
> >
> > Quick grep suggests the same for alpha. Am I wrong?
>
> No, it appears you are right. Looks like my grep missed alpha somehow.
>
> Andrew, do you prefer an additional patch or an updated version of the
> previous patch?

Doesn't matter much. A second patch for Alpha would be best, I guess.
Thanks.