commit | 242030365eacb649161023a3a024373198c34d59 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <anton.vorontsov@linaro.org> | Tue Jul 17 19:49:37 2012 -0700 |
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | Sat Aug 04 16:16:47 2012 -0700 |
tree | 7606527669a61be1162f9f99218f550b85c589e3 | |
parent | 0427193b691edc81c846c7d0ebd2561cae8709d8 [diff] |
pstore/ram: Mark ramoops_pstore_write_buf() as notrace write_buf() should be marked as notrace, otherwise it is prone to recursion. Though, yet the issue is never triggered in real life, because we run inside the function tracer, where ftrace does its own recurse protection. But it's still no good, plus soon we might switch to our own tracer ops, and then the issue will be fatal. So, let's fix it. Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>