summaryrefslogtreecommitdiff
path: root/include/uapi/linux/socket.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-03-15 17:13:06 +0100
committerArnd Bergmann <arnd@arndb.de>2020-01-03 09:33:21 +0100
commitfe0da4e5e8c661663297315da0fa47532ca5f362 (patch)
tree2c146ba416fb1660db81e8e900fb49fb59b1b8bc /include/uapi/linux/socket.h
parent7eafd1373b6a389b9859660e0d9c6d23a3c8aee5 (diff)
downloadkernel-fe0da4e5e8c661663297315da0fa47532ca5f362.tar.gz
compat_ioctl: bsg: add handler
bsg_ioctl() calls into scsi_cmd_ioctl() for a couple of generic commands and relies on fs/compat_ioctl.c to handle it correctly in compat mode. Adding a private compat_ioctl() handler avoids that round-trip and lets us get rid of the generic emulation once this is done. Note that bsg implements an SG_IO command that is different from the other drivers and does not need emulation. Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/uapi/linux/socket.h')
0 files changed, 0 insertions, 0 deletions
65577e83e6b7fae2aa2f4ea457c38'>bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng 2014-09-27block: Integrity checksum flagMartin K. Petersen 2014-09-27block: Relocate bio integrity flagsMartin K. Petersen 2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen 2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen 2014-09-27block: Make protection interval calculation genericMartin K. Petersen 2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen 2014-09-27block: Remove bip_bufMartin K. Petersen 2014-09-27block: Remove integrity tagging functionsMartin K. Petersen 2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen 2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen 2014-08-21block: Fix BUG_ON when pi errors occurSagi Grimberg 2014-07-01bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payloadGu Zheng 2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe