aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts_initrd.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@ens.fr>2007-09-18 22:46:21 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-09-19 11:24:17 -0700
commit2c392a4f47f41b24432e6aa77bb5167d0bbb10c5 (patch)
tree2b926ad86b52039789814f1d4174364bdd91d60f /init/do_mounts_initrd.c
parentFix "Fix DAC960 driver on machines which don't support 64-bit DMA" (diff)
downloadlinux-dev-2c392a4f47f41b24432e6aa77bb5167d0bbb10c5.tar.xz
linux-dev-2c392a4f47f41b24432e6aa77bb5167d0bbb10c5.zip
uml: use correct type in BLKGETSIZE ioctl
I found a type mismatch in UML that makes host block devices unusable as ubd devices on x86_64 and other 64 bits systems (segfault of the mm subsystem): In block/ioctl.c, the following lines show that the BLKGETSIZE ioctl expects a pointer to a long: case BLKGETSIZE: if ((bdev->bd_inode->i_size >> 9) > ~0UL) return -EFBIG; return put_ulong(arg, bdev->bd_inode->i_size >> 9); In arch/um/os-Linux/file.c, os_file_size calls it with an int. The ioctl_list man page should be fixed as well. Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts_initrd.c')
0 files changed, 0 insertions, 0 deletions