From: Fabiano FidĂȘncio Date: Tue, 5 Oct 2010 15:41:06 +0000 (-0700) Subject: mount: Don't stop the mountinfo parser if one line can't be read X-Git-Tag: v11~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1ddff895f3ad85ec79c4923ba8c882a283826f42;hp=1ddff895f3ad85ec79c4923ba8c882a283826f42 mount: Don't stop the mountinfo parser if one line can't be read The current behavior of the /proc/self/mountinfo parser is to stop the parser on parse failures I'm only changing this behavior to try the next line and adding a warning if occurs a fail. ---