Searched hist:bdc1ddad3e5f385698df150a0cfaaac62b491e7e (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/block/ |
H A D | Makefile | diff bdc1ddad3e5f385698df150a0cfaaac62b491e7e Fri Nov 29 04:45:30 CST 2019 Arnd Bergmann <arnd@arndb.de> compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
Having both in the same file allows a number of simplifications to the compat path, and makes it more likely that changes to the native path get applied to the compat version as well.
Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | ioctl.c | diff bdc1ddad3e5f385698df150a0cfaaac62b491e7e Fri Nov 29 04:45:30 CST 2019 Arnd Bergmann <arnd@arndb.de> compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
Having both in the same file allows a number of simplifications to the compat path, and makes it more likely that changes to the native path get applied to the compat version as well.
Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|