]> Git Repo - linux.git/commit - fs/direct-io.c
fs: Fix possible use-after-free with AIO
authorJan Kara <[email protected]>
Tue, 29 Jan 2013 23:28:01 +0000 (00:28 +0100)
committerAl Viro <[email protected]>
Sat, 23 Feb 2013 04:31:36 +0000 (23:31 -0500)
commit54c807e71d5ac59dee56c685f2b66e27cd54c475
treee64f5cc0ae82ab8c7a990485799980ee1678f02f
parentda2d8455ed7eb22d7642ecee43dc463ac42a1256
fs: Fix possible use-after-free with AIO

Running AIO is pinning inode in memory using file reference. Once AIO
is completed using aio_complete(), file reference is put and inode can
be freed from memory. So we have to be sure that calling aio_complete()
is the last thing we do with the inode.

CC: Christoph Hellwig <[email protected]>
CC: Jens Axboe <[email protected]>
CC: Jeff Moyer <[email protected]>
CC: [email protected]
Acked-by: Jeff Moyer <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/direct-io.c
This page took 0.040923 seconds and 4 git commands to generate.