From: Jan Kara Date: Wed, 23 Jan 2013 12:56:18 +0000 (+0100) Subject: xfs: Fix possible use-after-free with AIO X-Git-Tag: v3.8-rc6~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b05d09c18d9aa62d2e7fb4b057f54e5a38963f5;p=pandora-kernel.git xfs: 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: xfs@oss.sgi.com CC: Ben Myers CC: stable@vger.kernel.org Signed-off-by: Jan Kara Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed