On Fri, Oct 25, 2019 at 05:56:28AM -0700, Christoph Hellwig wrote: > On Thu, Oct 24, 2019 at 10:15:05PM -0700, Darrick J. Wong wrote: > > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > > > Actually call namecheck on directory entry names before we hand them > > over to userspace. > > This looks sensible: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > > Note that we can remove the check for '/' from xfs_dir2_namecheck for > currentl mainline, given that verify_dirent_name in common code now has > that check. We can't, because this is the same function that xfs_repair uses to decide if a directory entry is garbage. --D