On Sun, Nov 03, 2019 at 02:23:49PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Each of the four functions that operate on shortform directories checks > that the directory's di_size is at least as large as the shortform > directory header. This is now checked by the inode fork verifiers > (di_size is used to allocate if_bytes, and if_bytes is checked against > the header structure size) so we can turn these checks into ASSERTions. Looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx>