On Wed, Jun 24, 2026 at 06:42:41AM -0700, Christoph Hellwig wrote: > On Wed, Jun 17, 2026 at 01:50:52PM +0800, caina wrote: > > /* > > * Set up an in-memory buffer cache so that we can use the xfbtree. Allocating > > - * a shmem file might take loks, so we cannot be in transaction context. Park > > + * a shmem file might take looks, so we cannot be in transaction context. Park > > I think this should be locks, not looks. Hi Christoph, Thank you for catching this. You're absolutely right – it should be "locks" (as in "taking locks"), not "looks". I will fix this in v3. Thanks, Caina