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.