commit | e2f6ef09156284e35f780be47559809753d4b499 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Jun 08 11:53:08 2017 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 16:00:13 2017 -0400 |
tree | bc771a0ca1399bd07292a81e67b7318b86001441 | |
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>