• Andrew Morton's avatar
    [PATCH] name_to_dev_t() fix · fe08f9d5
    Andrew Morton authored
    From: viro@parcelfarce.linux.theplanet.co.uk
    
    When we register disks, we mangle the disk names that contain slashes (e.g.
    cciss/c0d0) replacing them with '!' in corresponding sysfs names.  So
    name_to_dev_t() should mangle the name in the same way before looking for it
    in /sys/block.
    fe08f9d5
do_mounts.c 8.53 KB