diff options
author | Jan Kara <jack@suse.cz> | 2013-01-23 13:56:18 +0100 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2013-02-06 04:33:49 +0000 |
commit | e807626e32eb159914cee54473d17082a1920039 (patch) | |
tree | 4cccf97032bea526b1454dc3bb8d101f88d57b97 /sound/pci/bt87x.c | |
parent | 122927b09930c9272a20fb8cffc5ff7095fcbbb4 (diff) |
xfs: Fix possible use-after-free with AIO
commit 4b05d09c18d9aa62d2e7fb4b057f54e5a38963f5 upstream.
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: xfs@oss.sgi.com
CC: Ben Myers <bpm@sgi.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'sound/pci/bt87x.c')
0 files changed, 0 insertions, 0 deletions