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
> 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
>
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