diff options
author | Brian Behlendorf <[email protected]> | 2012-11-02 15:31:04 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-11-06 14:48:56 -0800 |
commit | 0e149d42049a0fc89c9ecdac428dbdfc6fd4e20a (patch) | |
tree | 788b47a7f5f4c24d49d33e83f65d1192f60fe12a /configure.ac | |
parent | df870a697fc8669d63534b27a108335269a7884f (diff) |
splat: Fix log buffer locking
The Fedora 3.6 debug kernel identified the following issue where
we call copy_to_user() under a spin lock(). This used to be safe
in older kernels but no longer appears to be true so the spin
lock was changed to a mutex. None of this code is performance
critical so allowing the process to sleep is harmless.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions