• Ralf Bächle's avatar
    [PATCH] do_mounts.c ioctl fix · fe8e25c3
    Ralf Bächle authored
    init/do_mounts.c is using the BLKGETSIZE ioctl which expects a pointer to
    an unsigned long but actually it passes a pointer to an int which of
    course is blowing up on 64-bit systems.
    fe8e25c3
do_mounts.c 29.8 KB