Re: [PATCHv3] tracing - avoid soft lockup in trace_pipe

From: Steven Rostedt
Date: Fri Mar 25 2011 - 11:46:21 EST


On Fri, 2011-03-25 at 12:05 +0100, Jiri Olsa wrote:

> (while [ 1 ]; do find / > /dev/null ; done) &

Just an FYI,

while :; ... does the same as while [ 1 ]; ...

;)

-- Steve


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/