commit | ddb8c45ba15149ebd41d7586261c05f7ca37f9a1 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Tue Nov 19 17:33:03 2013 -0500 |
committer | Benjamin LaHaise <bcrl@kvack.org> | Tue Nov 19 17:40:48 2013 -0500 |
tree | 2dace4cd25760745f94767308f8f846a702f828b | |
parent | d558023207e008a4476a3b7bb8706b2a2bf5d84f [diff] |
aio: nullify aio->ring_pages after freeing it After freeing ring_pages we leave it as is causing a dangling pointer. This has already caused an issue so to help catching any issues in the future NULL it out. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>