From: Benjamin LaHaise Date: Sat, 21 Dec 2013 20:49:28 +0000 (-0500) Subject: aio: fix kioctx leak introduced by "aio: Fix a trinity splat" X-Git-Tag: v3.13-rc5~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1881686f842065d2f92ec9c6424830ffc17d23b0;p=pandora-kernel.git aio: fix kioctx leak introduced by "aio: Fix a trinity splat" e34ecee2ae791df674dfb466ce40692ca6218e43 reworked the percpu reference counting to correct a bug trinity found. Unfortunately, the change lead to kioctxes being leaked because there was no final reference count to put. Add that reference count back in to fix things. Signed-off-by: Benjamin LaHaise Cc: stable@vger.kernel.org --- Reading git-diff-tree failed