]> git.neil.brown.name Git - history.git/commitdiff
[CIFS] fix smb return code
authorSteve French <stevef@stevef95.austin.ibm.com>
Thu, 29 Jul 2004 11:30:37 +0000 (06:30 -0500)
committerSteve French <cifs.adm@hostme.bitkeeper.com>
Thu, 29 Jul 2004 11:30:37 +0000 (06:30 -0500)
Signed-off-by: Steve French (sfrench@us.ibm.com)
fs/cifs/smberr.h

index 25a39bf34f585a72e5c1ef4efa4f726d8a2039e3..8db20a0f7edfda6ef897c998968320ca96576113 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *   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)
  *
  *   See Error Codes section of the SNIA CIFS Specification 
@@ -60,6 +60,7 @@
 #define ERRinvparm   87
 #define ERRdiskfull  112
 #define ERRinvname   123
+#define ERRinvlevel  124
 #define ERRdirnotempty 145
 #define ERRnotlocked   158
 #define ERRalreadyexists 183