From: Roland Dreier Date: Mon, 23 Feb 2009 04:14:37 +0000 (-0800) Subject: IB/ipath: Really run work in ipath_release_user_pages_on_close() X-Git-Tag: v2.6.30-rc1~665^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e538052746d570c874650a24eed89fca6e4c93dc;p=pandora-kernel.git 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: Roland Dreier --- Reading git-diff-tree failed