commit | 214bab448476dbfb63f55f5afaa93d3894d85233 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Fri Apr 05 21:36:35 2019 +0000 |
committer | Steve French <stfrench@microsoft.com> | Tue May 07 23:24:55 2019 -0500 |
tree | e15063527ebd3ff0e751f4e0f48e562a3a110bcc | |
parent | b7972092199f6d4eb10cc44095bbe3931116fc4b [diff] |
cifs: Call MID callback before destroying transport When transport is being destroyed, it's possible that some processes may hold memory registrations that need to be deregistred. Call them first so nobody is using transport resources, and it can be destroyed. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>