Subject: Re: Linux emulation and mkdir with trailing /
To: Warner Losh <imp@village.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 09/23/2000 17:11:30
my understanding is that the interpretation of '/' at the end of a
pathname has differed between BSD and SysV; BSD has traditionally
interpreted it as the same as 'foo/.' while at least some SysV-based
systems have interpreted it as the same as 'foo'.

If linux allows mkdir("/tmp/foo/") to succeed, then our emulation
needs to, as well.

				- Bill