Commit 2efec2de authored by Namjae Jeon's avatar Namjae Jeon Committed by Steve French
Browse files

cifsd: remove unused nterr.c file



Remove unused nterr.c file.

Signed-off-by: default avatarNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 7e8094a7
Loading
Loading
Loading
Loading

fs/cifsd/nterr.c

deleted100644 → 0
+0 −674

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −7
Original line number Original line Diff line number Diff line
@@ -14,13 +14,6 @@
#ifndef _NTERR_H
#ifndef _NTERR_H
#define _NTERR_H
#define _NTERR_H


struct nt_err_code_struct {
	char *nt_errstr;
	__u32 nt_errcode;
};

extern const struct nt_err_code_struct nt_errs[];

/* Win32 Status codes. */
/* Win32 Status codes. */
#define NT_STATUS_MORE_ENTRIES         0x0105
#define NT_STATUS_MORE_ENTRIES         0x0105
#define NT_ERROR_INVALID_PARAMETER     0x0057
#define NT_ERROR_INVALID_PARAMETER     0x0057