aio: remove unnecessary debugging from aio_free_ring()
authorBenjamin LaHaise <bcrl@kvack.org>
Fri, 30 Aug 2013 14:22:04 +0000 (10:22 -0400)
committerBenjamin LaHaise <bcrl@kvack.org>
Fri, 30 Aug 2013 14:22:04 +0000 (10:22 -0400)
commit79bd1bcf1ab22ea723da7d5854a9e72a350ecbf8
tree1d9f8e698b5ad8f6125fb7b66ea8d08dc714284c
parentf30d704fe1244c44a984d3d1f47bc648bcc6c9f7
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 <bcrl@kvack.org>
fs/aio.c
This page took 0.026603 seconds and 5 git commands to generate.