diff options
author | Namjae Jeon <[email protected]> | 2022-06-02 10:07:38 +0900 |
---|---|---|
committer | Steve French <[email protected]> | 2022-06-11 11:18:26 -0500 |
commit | fe0fde09e1cb83effcf8fafa372533f438d93a1a (patch) | |
tree | c7cba279afe6740bbddef5b5a360534e1a573981 /tools/testing | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) |
ksmbd: use SOCK_NONBLOCK type for kernel_accept()
I found that normally it is O_NONBLOCK but there are different value
for some arch.
/include/linux/net.h:
#ifndef SOCK_NONBLOCK
#define SOCK_NONBLOCK O_NONBLOCK
#endif
/arch/alpha/include/asm/socket.h:
#define SOCK_NONBLOCK 0x40000000
Use SOCK_NONBLOCK instead of O_NONBLOCK for kernel_accept().
Suggested-by: David Howells <[email protected]>
Signed-off-by: Namjae Jeon <[email protected]>
Reviewed-by: Hyunchul Lee <[email protected]>
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions