diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-07-26 16:29:57 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-08-02 14:40:40 +0200 |
commit | 3572d2857f61f720082740cc17e2d99b45e7af7f (patch) | |
tree | 9005ee297315f68a12d2b1c749a233300fb9807e /fs/cifs/smberr.h | |
parent | cifs: don't allow cifs_iget to match inodes of the wrong type (diff) | |
download | linux-3572d2857f61f720082740cc17e2d99b45e7af7f.tar.xz linux-3572d2857f61f720082740cc17e2d99b45e7af7f.zip |
cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
Seems like a more sensible mapping than -EIO.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/smberr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/smberr.h b/fs/cifs/smberr.h index c5084d27db7c..7f16cb825fe5 100644 --- a/fs/cifs/smberr.h +++ b/fs/cifs/smberr.h @@ -76,6 +76,7 @@ #define ERRnofiles 18 /* A File Search command can find no more files matching the specified criteria. */ +#define ERRwriteprot 19 /* media is write protected */ #define ERRgeneral 31 #define ERRbadshare 32 /* The sharing mode specified for an Open conflicts with existing FIDs on |