diff options
author | Lachlan McIlroy <lachlan@sgi.com> | 2008-08-13 15:42:10 +1000 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-08-13 15:42:10 +1000 |
commit | 3790689fa3c771bba6bafb7dee3e8389dd0b55bc (patch) | |
tree | 1445885f92de7f14034f4f5a647ea3e5ea6b43d8 /fs/9p/v9fs.c | |
parent | 79071eb0b2f142b9cc6531d04fa2915943938b5e (diff) |
[XFS] Do not access buffers after dropping reference count
We should not access a buffer after dropping it's reference count
otherwise we could race with another thread that releases the final
reference count and frees the buffer causing us to access potentially
unmapped memory. The bug this change fixes only occured on DEBUG XFS since
the offending code was in an ASSERT.
SGI-PV: 984429
SGI-Modid: xfs-linux-melb:xfs-kern:31715a
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: David Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/9p/v9fs.c')
0 files changed, 0 insertions, 0 deletions