diff options
author | Jan Kara <[email protected]> | 2013-02-20 13:16:39 +1100 |
---|---|---|
committer | Al Viro <[email protected]> | 2013-02-26 02:46:12 -0500 |
commit | 9b171e0c74ca0549d0610990a862dd895870f04a (patch) | |
tree | 1ec30424bb79be880f56a57798b7f3ac39c01fc1 /net/unix/garbage.c | |
parent | 30b9c9e6ba289ba3bb67cc292efcc4122ea37ae5 (diff) |
ocfs2: 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.
Signed-off-by: Jan Kara <[email protected]>
Acked-by: Jeff Moyer <[email protected]>
Acked-by: Joel Becker <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Al Viro <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'net/unix/garbage.c')
0 files changed, 0 insertions, 0 deletions