提交 3572d285 编写于 作者: J Jeff Layton 提交者: Steve French

cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS

Seems like a more sensible mapping than -EIO.
Signed-off-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 f30b9c11
...@@ -61,6 +61,7 @@ static const struct smb_to_posix_error mapping_table_ERRDOS[] = { ...@@ -61,6 +61,7 @@ static const struct smb_to_posix_error mapping_table_ERRDOS[] = {
{ERRremcd, -EACCES}, {ERRremcd, -EACCES},
{ERRdiffdevice, -EXDEV}, {ERRdiffdevice, -EXDEV},
{ERRnofiles, -ENOENT}, {ERRnofiles, -ENOENT},
{ERRwriteprot, -EROFS},
{ERRbadshare, -ETXTBSY}, {ERRbadshare, -ETXTBSY},
{ERRlock, -EACCES}, {ERRlock, -EACCES},
{ERRunsup, -EINVAL}, {ERRunsup, -EINVAL},
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
#define ERRnofiles 18 /* A File Search command can find no #define ERRnofiles 18 /* A File Search command can find no
more files matching the specified more files matching the specified
criteria. */ criteria. */
#define ERRwriteprot 19 /* media is write protected */
#define ERRgeneral 31 #define ERRgeneral 31
#define ERRbadshare 32 /* The sharing mode specified for an #define ERRbadshare 32 /* The sharing mode specified for an
Open conflicts with existing FIDs on Open conflicts with existing FIDs on
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册