Commit 17f08313 authored by Steve French's avatar Steve French Committed by Steve French

[CIFS] fix smb return code

Signed-off-by: Steve French (sfrench@us.ibm.com)
parent ded679fe
/* /*
* fs/cifs/smberr.h * fs/cifs/smberr.h
* *
* Copyright (c) International Business Machines Corp., 2002 * Copyright (c) International Business Machines Corp., 2002,2004
* Author(s): Steve French (sfrench@us.ibm.com) * Author(s): Steve French (sfrench@us.ibm.com)
* *
* See Error Codes section of the SNIA CIFS Specification * See Error Codes section of the SNIA CIFS Specification
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#define ERRinvparm 87 #define ERRinvparm 87
#define ERRdiskfull 112 #define ERRdiskfull 112
#define ERRinvname 123 #define ERRinvname 123
#define ERRinvlevel 124
#define ERRdirnotempty 145 #define ERRdirnotempty 145
#define ERRnotlocked 158 #define ERRnotlocked 158
#define ERRalreadyexists 183 #define ERRalreadyexists 183
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment