Comment 24 for bug 451432

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

I just noticed the following text in fstab(5):

       The proper way to read records from fstab is to use the routines getmn‐
       tent(3).

mountall is using the documented "proper way" to read this file (the man page even comes with util-linux!) If the proper way isn't compatible with mount, we should definitely fix this in eglibc

(should be trivial to copy any code from mount - it looks like the code was copied from glibc in the first place!)