• Andrew Morton's avatar
    [PATCH] fix read_dir() · 7a6fbd69
    Andrew Morton authored
    This function tries to allocate increasingly large buffers, but it gets the
    bounds wrong by a factor of PAGE_SIZE.  It causes boot-time devfs mounting
    to fail.
    7a6fbd69
do_mounts_devfs.c 3.07 KB