[PATCH] do_mounts.c ioctl fix
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.
Showing
Please register or sign in to comment