This fixes up a parser edge case where an implicit ABORT (i.e. a logging
group just suddenly terminates, without a proper END line) followed by a
START would scramble the logging of all the lines following this START.

The implicit ABORT code need to apply to START lines, as well as
STATUS and END lines. It pulls some of the implicit abort code back
out into a static method, so that we don't have to duplicate as much
code in three separate places.

Risk: Low
Visibility: Implicit parser aborts followed by a START line won't
screw up the parser anymore.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2058 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed