diff options
author | Steve French <sfrench@us.ibm.com> | 2011-03-15 02:08:48 +0000 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-07-24 10:25:15 -0500 |
commit | ddfbefbd393fb1a935bdf27cba5ad2eb24a76e75 (patch) | |
tree | 11f84bfc5c091ae63991c3627874de3ab5bc9ea7 /fs/cifs/Makefile | |
parent | b8030603d94a231c7fdee4c1ac369537f1fb8fb0 (diff) |
CIFS: Map SMB2 status codes to POSIX errors
Add mapping table for 32 bit SMB2 status codes to linux errors.
Note that SMB2 does not use DOS/OS2 errors (ever) so mapping to
DOS/OS2 errors as a common network subset (as we do for cifs)
doesn't help. And note that the set of status codes is much more
complete here.
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/Makefile')
-rw-r--r-- | fs/cifs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile index 4b412754434..4a772714372 100644 --- a/fs/cifs/Makefile +++ b/fs/cifs/Makefile @@ -16,4 +16,4 @@ cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o -cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o +cifs-$(CONFIG_CIFS_SMB2) += smb2ops.o smb2maperror.o |