Comment 36 for bug 817326

Revision history for this message
In , Tristan Schmelcher (tschmelcher) wrote :

FYI, the parse_mounts in your patch won't work for paths containing whitespace. The whitespace characters are translated into octal escape sequences in the file. You'd be better off using setmntent and friends, which handle that for you.