From: Roland Dreier Date: Thu, 18 May 2006 05:20:50 +0000 (-0700) Subject: IB/uverbs: Don't leak ref to mm on error path X-Git-Tag: v2.6.17-rc5~90^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cb4fe8d2658dc0bd1accfbb74ee288a9d6788f4;p=pandora-kernel.git IB/uverbs: Don't leak ref to mm on error path In ib_umem_release_on_close(), if the kmalloc() fails, then a reference to current->mm will be leaked. Fix this by adding a mmput() instead of just returning on kmalloc() failure. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed