From: Oleg Drokin Date: Mon, 26 Nov 2007 18:35:11 +0000 (-0500) Subject: lockd: fix reference count leaks in async locking case X-Git-Tag: v2.6.25-rc1~1072^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e6b86948df8d08d420558212e09eb449be9bfa;p=pandora-kernel.git lockd: fix reference count leaks in async locking case In a number of places where we wish only to translate nlm_drop_reply to rpc_drop_reply errors we instead return early with rpc_drop_reply, skipping some important end-of-function cleanup. This results in reference count leaks when lockd is doing posix locking on GFS2. Signed-off-by: Oleg Drokin Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed