Re: ntfs mkdir errno value

2016-06-01 Thread Todd C. Miller
On Wed, 01 Jun 2016 10:04:12 +0200, Martin Natano wrote: > The following patch addresses an issue found by landry. mkdir on an ntfs > mountpoint returns ENOENT, while the error should be EROFS. We don't > support write access on ntfs. OK millert@ - todd

Re: ntfs mkdir errno value

2016-06-01 Thread Mark Kettenis
> Date: Wed, 1 Jun 2016 10:04:12 +0200 > From: Martin Natano > > The following patch addresses an issue found by landry. mkdir on an ntfs > mountpoint returns ENOENT, while the error should be EROFS. We don't > support write access on ntfs. > > Ok? ok kettenis@ > Index: ntfs/ntfs_subr.c >

ntfs mkdir errno value

2016-06-01 Thread Martin Natano
The following patch addresses an issue found by landry. mkdir on an ntfs mountpoint returns ENOENT, while the error should be EROFS. We don't support write access on ntfs. Ok? natano Index: ntfs/ntfs_subr.c === RCS file: /cvs/src/s