From: Al Viro Date: Sat, 18 Mar 2006 18:22:53 +0000 (-0500) Subject: [PATCH] stop leaking cfq_data in cfq_set_request() X-Git-Tag: v2.6.17-rc1~1187^2~14 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7670876d2d194b2aecb54f397704838eee7d72ee;p=pandora-kernel.git [PATCH] stop leaking cfq_data in cfq_set_request() We don't need to pin ->key down; ->cfqq->cfqd will do that for us. Incidentally, that stops the leak we had - that reference was never dropped. Signed-off-by: Al Viro --- Reading git-diff-tree failed