ba219de /sbin/mount.gfs2: can't find /proc/mounts entry for directory /

Authored and Committed by rpeterso 14 years ago
    /sbin/mount.gfs2: can't find /proc/mounts entry for directory /
    
    bz 507893
    
    The gfs2 mount helper was identifying devices by name rather than
    by number.  That works fine most of the time, but not in all
    cases, like when the root file system is gfs2.  This patch uses
    device ids to identify the devices, as it should be.
    
        
file modified
+13 -2