platform_system_vold/fs
Mateusz Nowak a4f48d0f44 vold: fix 64 bit ioctl error
Changing the num_sectors used in ioctl with BLKGETSIZE because
the kernel expects an unsigned long type and then changes 64 bits
with a 64 bits userspace. This overwrites what's located close to
the parameter location if any.

Change-Id: I78fd61a1084de2741f39b926aa436462518709a0
Signed-off-by: Mateusz Nowak <mateusz.nowak@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
2015-10-21 11:16:19 +08:00
..
Ext4.cpp vold: fix 64 bit ioctl error 2015-10-21 11:16:19 +08:00
Ext4.h vold: fix 64 bit ioctl error 2015-10-21 11:16:19 +08:00
F2fs.cpp Add f2fs support for private volumes. 2015-06-08 20:21:25 -07:00
F2fs.h Add f2fs support for private volumes. 2015-06-08 20:21:25 -07:00
Vfat.cpp vold: fix 64 bit ioctl error 2015-10-21 11:16:19 +08:00
Vfat.h vold: fix 64 bit ioctl error 2015-10-21 11:16:19 +08:00