From: Benjamin LaHaise Date: Fri, 30 Aug 2013 14:22:04 +0000 (-0400) Subject: aio: remove unnecessary debugging from aio_free_ring() X-Git-Tag: v3.12-rc1~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79bd1bcf1ab22ea723da7d5854a9e72a350ecbf8;p=pandora-kernel.git aio: remove unnecessary debugging from aio_free_ring() The commit 36bc08cc0170 ("fs/aio: Add support to aio ring pages migration") added some debugging code that is not required and resulted in a build error when 98474236f72e ("vfs: make the dentry cache use the lockref infrastructure") was added to the tree. The code is not required, so just delete it. Signed-off-by: Benjamin LaHaise --- Reading git-diff-tree failed