diff options
Diffstat (limited to 'fs/cifs/netmisc.c')
| -rw-r--r-- | fs/cifs/netmisc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/cifs/netmisc.c b/fs/cifs/netmisc.c index a82bc51fdc8..c0b25b28be6 100644 --- a/fs/cifs/netmisc.c +++ b/fs/cifs/netmisc.c @@ -62,7 +62,7 @@ static const struct smb_to_posix_error mapping_table_ERRDOS[] = {  	{ERRdiffdevice, -EXDEV},  	{ERRnofiles, -ENOENT},  	{ERRwriteprot, -EROFS}, -	{ERRbadshare, -ETXTBSY}, +	{ERRbadshare, -EBUSY},  	{ERRlock, -EACCES},  	{ERRunsup, -EINVAL},  	{ERRnosuchshare, -ENXIO}, |