From: Linus Torvalds Date: Fri, 19 Apr 2013 16:53:07 +0000 (-0700) Subject: vm: convert mtdchar mmap to vm_iomap_memory() helper X-Git-Tag: v3.9-rc8~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8558e4a26b00225efeb085725bc319f91201b239;p=pandora-kernel.git 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 --- Reading git-diff-tree failed