aio: fix potential leak in aio_run_iocb().
authorLeon Yu <[email protected]>
Thu, 1 May 2014 03:31:28 +0000 (03:31 +0000)
committerBenjamin LaHaise <[email protected]>
Thu, 1 May 2014 12:37:43 +0000 (08:37 -0400)
commit754320d6e166d3a12cb4810a452bde00afbd4e9a
tree3b17b611fa318a189aa04b98abbeb2ec0062233d
parente02ba72aabfade4c9cd6e3263e9b57bf890ad25c
aio: fix potential leak in aio_run_iocb().

iovec should be reclaimed whenever caller of rw_copy_check_uvector() returns,
but it doesn't hold when failure happens right after aio_setup_vectored_rw().

Fix that in a such way to avoid hairy goto.

Signed-off-by: Leon Yu <[email protected]>
Signed-off-by: Benjamin LaHaise <[email protected]>
Cc: [email protected]
fs/aio.c