Skip to content
Commit 1744a22a authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

afs: Fix mmap

Fix afs_add_open_map() to check that the vnode isn't already on the list
when it adds it.  It's possible that afs_drop_open_mmap() decremented
the cb_nr_mmap counter, but hadn't yet got into the locked section to
remove it.

Also vnode->cb_mmap_link should be initialised, so fix that too.

Fixes: 6e0e99d5

 ("afs: Fix mmap coherency vs 3rd-party changes")
Reported-by: default avatar <kafs-testing+fedora34_64checkkafs-build-300@auristor.com>
Suggested-by: default avatarMarc Dionne <marc.dionne@auristor.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Tested-by: default avatar <kafs-testing+fedora34_64checkkafs-build-300@auristor.com>
cc: linux-afs@lists.infradead.org
Link: https://lore.kernel.org/r/686465.1639435380@warthog.procyon.org.uk/ # v1
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2b14864a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment