commit | c4fe24485729fc2cbff324c111e67a1cc2f9adea | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Aug 20 22:17:24 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 05 12:12:51 2013 -0700 |
tree | 26b45b77ad4ff49ae8f3af13a12f190439e53010 | |
parent | 61d9b9355b0d427bd1e732bd54628ff9103e496f [diff] |
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 <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>