Subject: msdosfs_mknod creating files and directories?
To: None <tech-kern@netbsd.org>
From: Assar Westerlund <assar@netbsd.org>
List: tech-kern
Date: 07/19/2001 00:28:07
Is there any reason why sys/msdosfs/msdosfs_vnops.c:msdosfs_mknod is
able to create directories and regular files?  It calls
msdosfs_{mkdir,create} (badly - since the locking is different).  And
I fail to see any way that mknod will get called for creating files or
directories.  Unless someone gives a reason for this, I'll shortly rip
out this code.

/assar