From: Alexey Dobriyan Date: Tue, 20 Aug 2013 19:17:24 +0000 (+0300) Subject: sparc: fix PCI device proc file mmap(2) X-Git-Tag: v3.12-rc1~131^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4fe24485729fc2cbff324c111e67a1cc2f9adea;p=pandora-kernel.git sparc: fix PCI device proc file mmap(2) Commit 786d7e1612f0b0adb6046f19b906609e4fe8b1ba "Fix rmmod/read/write races in /proc entries" must have broken mmapping of PCI device proc files on Sparc. Notice how it adds wrapper around ->mmap but doesn't do it around ->get_unmapped_area. Add wrapper around ->get_unmapped_area. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed