[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200713164530.GB1065134@chrisdown.name>
Date: Mon, 13 Jul 2020 17:45:30 +0100
From: Chris Down <chris@...isdown.name>
To: Matthew Wilcox <willy@...radead.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Hugh Dickins <hughd@...gle.com>,
Al Viro <viro@...iv.linux.org.uk>,
Amir Goldstein <amir73il@...il.com>,
Jeff Layton <jlayton@...nel.org>,
Johannes Weiner <hannes@...xchg.org>,
Tejun Heo <tj@...nel.org>, linux-mm@...ck.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-team@...com
Subject: Re: [PATCH v6 1/2] tmpfs: Per-superblock i_ino support
Matthew Wilcox writes:
>I don't think that works. I think you meant to write ~(SHMEM_INO_BATCH - 1).
>Or just ino % SHMEM_INO_BATCH which works even for non-power-of-two.
Er, right. I now wonder why I didn't just write `ino % SHMEM_INO_BATCH` :-)
I'll send again with that fix.
Powered by blists - more mailing lists