| commit | 145e1c0023585e0e8f6df22316308ec61c5066b2 | [log] [tgz] |
|---|---|---|
| author | Hugh Dickins <hugh@veritas.com> | Sat Nov 01 21:41:40 2008 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Sat Nov 01 21:41:40 2008 -0700 |
| tree | c4070952481c43a020d7ee6630c3ba6bfb879b48 | |
| parent | 770a424112cb2c3a3e39221299eaf5244b76479a [diff] |
sparc64: Fix __copy_{to,from}_user_inatomic defines.
Alexander Beregalov reports oops in __bzero() called from
copy_from_user_fixup() called from iov_iter_copy_from_user_atomic(),
when running dbench on tmpfs on sparc64: its __copy_from_user_inatomic
and __copy_to_user_inatomic should be avoiding, not calling, the fixups.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>