commit | 8558e4a26b00225efeb085725bc319f91201b239 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 19 09:53:07 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 19 09:53:07 2013 -0700 |
tree | b8f19b7aff84734b7e2e8f912de5227ea436a49a | |
parent | 2323036dfec8ce3ce6e1c86a49a31b039f3300d1 [diff] |
vm: convert mtdchar mmap to vm_iomap_memory() helper This is my example conversion of a few existing mmap users. The mtdchar case is actually disabled right now (and stays disabled), but I did it because it showed up on my "git grep", and I was familiar with the code due to fixing an overflow problem in the code in commit 9c603e53d380 ("mtdchar: fix offset overflow detection"). Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>