summaryrefslogtreecommitdiff
path: root/lib/rbtree.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-01-30 03:28:01 +0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-23 08:31:36 +0400
commit54c807e71d5ac59dee56c685f2b66e27cd54c475 (patch)
treee64f5cc0ae82ab8c7a990485799980ee1678f02f /lib/rbtree.c
parentda2d8455ed7eb22d7642ecee43dc463ac42a1256 (diff)
downloadlinux-54c807e71d5ac59dee56c685f2b66e27cd54c475.tar.xz
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 <hch@infradead.org> CC: Jens Axboe <axboe@kernel.dk> CC: Jeff Moyer <jmoyer@redhat.com> CC: stable@vger.kernel.org Acked-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib/rbtree.c')
0 files changed, 0 insertions, 0 deletions