diff options
Diffstat (limited to 'fs/cifs/smberr.h')
-rw-r--r-- | fs/cifs/smberr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/smberr.h b/fs/cifs/smberr.h index 1b53dcd0f2eb..cd41c67ff8d3 100644 --- a/fs/cifs/smberr.h +++ b/fs/cifs/smberr.h | |||
@@ -107,6 +107,10 @@ | |||
107 | #define ErrNotALink 0x201 /* A link operation was performed on a | 107 | #define ErrNotALink 0x201 /* A link operation was performed on a |
108 | pathname that was not a link. */ | 108 | pathname that was not a link. */ |
109 | 109 | ||
110 | /* Below errors are used internally (do not come over the wire) for passthrough | ||
111 | from STATUS codes to POSIX only */ | ||
112 | #define ErrTooManyLinks 0xFFFE | ||
113 | |||
110 | /* Following error codes may be generated with the ERRSRV error class.*/ | 114 | /* Following error codes may be generated with the ERRSRV error class.*/ |
111 | 115 | ||
112 | #define ERRerror 1 /* Non-specific error code. It is | 116 | #define ERRerror 1 /* Non-specific error code. It is |