diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2017-06-08 11:53:08 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2017-07-13 16:00:13 -0400 |
commit | e2f6ef09156284e35f780be47559809753d4b499 (patch) | |
tree | bc771a0ca1399bd07292a81e67b7318b86001441 /net/ncsi | |
parent | 173b8f49b3af3d5102168793436dc17b94476b74 (diff) |
xprtrdma: FMR does not need list_del_init()
Clean up.
Commit 38f1932e60ba ("xprtrdma: Remove FMRs from the unmap list
after unmapping") utilized list_del_init() to try to prevent some
list corruption. The corruption was actually caused by the reply
handler racing with a signal. Now that MR invalidation is properly
serialized, list_del_init() can safely be replaced.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/ncsi')
0 files changed, 0 insertions, 0 deletions