Skip to content
Commit e5380527 authored by Roland Dreier's avatar Roland Dreier
Browse files

IB/ipath: Really run work in ipath_release_user_pages_on_close()



ipath_release_user_pages_on_close() just allocated a structure to
schedule work with but just returned (leaking the structure) rather than 
actually doing schedule_work().  Fix the logic to what was intended.

This was spotted by the Coverity checker (CID 2700).

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 71c45122
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment