We need to fix the next define to not use column 81.
Found a couple of more 80 column infractions. Will be fixed in next
release.
The list head is in the mm_struct. This will be freed later.
Ok. We could switch this to mmap_sem protection for the mm_struct but the
rmap notifier is not associated with an mm_struct. So we would need to
keep it there. Since we already have a spinlock: Just use it for both to
avoid further complications.
Peter already mentioned that and I have posted patches that address this
issue.
There is only one call right now?
The TLB entries are removed by earlier invalidate_range calls. I would
think that no TLBs are left at this point. Its simply a matter of
releasing any still allocated resources through this callback.
So we need an additional global teardown call? Then we'd need to switch
off the vma based invalidate_range()?
--