提交 483119a7 编写于 作者: M Mitko Haralanov 提交者: Greg Kroah-Hartman

staging/rdma/hfi1: Unconditionally clean-up SDMA queues

There is no need to cleck if the packet queue is allocated
when cleaning up a user context. The hfi1_user_sdma_free_queues()
function already does all the required checks.
Reviewed-by: NIra Weiny <ira.weiny@intel.com>
Signed-off-by: NMitko Haralanov <mitko.haralanov@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2d1900f1
...@@ -731,8 +731,7 @@ static int hfi1_file_close(struct inode *inode, struct file *fp) ...@@ -731,8 +731,7 @@ static int hfi1_file_close(struct inode *inode, struct file *fp)
flush_wc(); flush_wc();
/* drain user sdma queue */ /* drain user sdma queue */
if (fdata->pq) hfi1_user_sdma_free_queues(fdata);
hfi1_user_sdma_free_queues(fdata);
/* /*
* Clear any left over, unhandled events so the next process that * Clear any left over, unhandled events so the next process that
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册