On Mon, Apr 15, 2024 at 06:00:39PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Make it so that we can partition a memfd file to avoid running out of > file descriptors. Not a fan of this, but I guess there is a real need somewhere because we run out of the number of open fds otherwise? Given that repair generally runs as root wouldn't it make more sense to just raise the limit?