ALT Linux Bugzilla
– Attachment 7890 Details for
Bug 35731
Неожиданное поведение при попытке залочить файл на samba
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Fixed OFD locks do not conflict with eachother
bug_35731.pach (text/plain), 836 bytes, created by
Georgy A Bystrenin
on 2018-12-12 17:55:12 MSK
(
hide
)
Description:
Fixed OFD locks do not conflict with eachother
Filename:
MIME Type:
Creator:
Georgy A Bystrenin
Created:
2018-12-12 17:55:12 MSK
Size:
836 bytes
patch
obsolete
>diff --git fs/cifs/smb2maperror.c fs/cifs/smb2maperror.c >index 20a2d304c603..c3ae8c1d6089 100644 >--- fs/cifs/smb2maperror.c >+++ fs/cifs/smb2maperror.c >@@ -379,8 +379,8 @@ static const struct status_to_posix_error smb2_error_map_table[] = { > {STATUS_NONEXISTENT_EA_ENTRY, -EIO, "STATUS_NONEXISTENT_EA_ENTRY"}, > {STATUS_NO_EAS_ON_FILE, -ENODATA, "STATUS_NO_EAS_ON_FILE"}, > {STATUS_EA_CORRUPT_ERROR, -EIO, "STATUS_EA_CORRUPT_ERROR"}, >- {STATUS_FILE_LOCK_CONFLICT, -EIO, "STATUS_FILE_LOCK_CONFLICT"}, >- {STATUS_LOCK_NOT_GRANTED, -EIO, "STATUS_LOCK_NOT_GRANTED"}, >+ {STATUS_FILE_LOCK_CONFLICT, -EACCES, "STATUS_FILE_LOCK_CONFLICT"}, >+ {STATUS_LOCK_NOT_GRANTED, -EACCES, "STATUS_LOCK_NOT_GRANTED"}, > {STATUS_DELETE_PENDING, -ENOENT, "STATUS_DELETE_PENDING"}, > {STATUS_CTL_FILE_NOT_SUPPORTED, -ENOSYS, > "STATUS_CTL_FILE_NOT_SUPPORTED"},
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35731
:
7881
|
7882
|
7890
|
7907