Skip to content
Commit fc9bbca8 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

vm: convert fb_mmap to vm_iomap_memory() helper



This is my example conversion of a few existing mmap users.  The
fb_mmap() case is a good example because it is a bit more complicated
than some: fb_mmap() mmaps one of two different memory areas depending
on the page offset of the mmap (but happily there is never any mixing of
the two, so the helper function still works).

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8558e4a2
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