On Thu, Aug 13, 2020 at 04:27:35PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > The mkfs manpage says that the extent size, cow extent size, realtime, > and project id inheritance bits are passed on to "newly created > children". This isn't technically true -- it's only passed on to newly > created regular files and directories. It is not passed on to special > files. > > Fix this minor inaccuracy in the documentation. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>