• Andrew Morton's avatar
    [PATCH] devfs_mk_dir() fix · 5e173955
    Andrew Morton authored
    From: Christoph Hellwig <hch@lst.de>
    
    There may be multiple gendisks with the same .devfs_name in scsi and we
    call devfs_mk_dir on each of them.  At present that causes a nasty error
    message.  It is better to permit devfs_mk_dir() to appear to have succeeded.
    
    ie: it's a `mkdir -p'.
    5e173955
base.c 91.1 KB