]> asedeno.scripts.mit.edu Git - linux.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)
commit98e0d40888458e6abf60227ac85c675ed07cffc2
tree80cbedeb09b0ee33e020bc7c33ef4186bd7311f4
parente8b3bfe9bc651acd0338b331fcee3aaafb27caeb
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