diff options
author | Al Viro | 2023-10-02 03:33:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-11-28 17:07:02 +0000 |
commit | e2ccedd4d182def14811cb039677bba15e6bda5d (patch) | |
tree | 9b59a3de0e75301d2f7cf08e949bb646f1734dd8 /drivers/media | |
parent | 53fc16c1ad84f5467ec24341670b63aa759335d3 (diff) |
gfs2: fix an oops in gfs2_permission
[ Upstream commit 0abd1557e21c617bd13fc18f7725fc6363c05913 ]
In RCU mode, we might race with gfs2_evict_inode(), which zeroes
->i_gl. Freeing of the object it points to is RCU-delayed, so
if we manage to fetch the pointer before it's been replaced with
NULL, we are fine. Check if we'd fetched NULL and treat that
as "bail out and tell the caller to get out of RCU mode".
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/media')
0 files changed, 0 insertions, 0 deletions