]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: smbd: Return EINTR when interrupted
authorLong Li <longli@microsoft.com>
Fri, 5 Apr 2019 21:36:32 +0000 (21:36 +0000)
committerSteve French <stfrench@microsoft.com>
Wed, 8 May 2019 04:24:54 +0000 (23:24 -0500)
commitce9350474d846e46627fc89e263bdb2109545bae
tree80cbedeb09b0ee33e020bc7c33ef4186bd7311f4
parentdb782db2f37fdc5f327d42b110dab2a90bb9b2d5
cifs: smbd: Return EINTR when interrupted

When packets are waiting for outbound I/O and interrupted, return the
proper error code to user process.

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smbdirect.c