Re: [PATCH] dosfs: Allow creating a file with similar name.

2017-12-06 Thread Christian Mauderer
Hello Joel, Am 06.12.2017 um 16:00 schrieb Joel Sherrill: > Should the test .doc file be updated to include this test case? > I think that "Make sure short file- and directory names and long file- and directory names are handled correctly for the default character set (code page 850)" already co

Re: [PATCH] dosfs: Allow creating a file with similar name.

2017-12-06 Thread Joel Sherrill
Should the test .doc file be updated to include this test case? Is this a test case.worth running against other filesystems? --joel On Dec 6, 2017 9:57 AM, "Christian Mauderer" < christian.maude...@embedded-brains.de> wrote: From: Christian Mauderer If there is already a file with a long file

[PATCH] dosfs: Allow creating a file with similar name.

2017-12-06 Thread Christian Mauderer
From: Christian Mauderer If there is already a file with a long file name it isn't possible to create a second file which has a name that ends on the first files name (for example ets.beam and sets.beam). This patch fixes that. --- cpukit/libfs/src/dosfs/msdos_misc.c | 10 +++--- testsui