Skip to content
  • Bart Van Assche's avatar
    block: Fix type of first compat_put_{,u}long() argument · c8210a57
    Bart Van Assche authored
    This patch fixes the following sparse warnings:
    
    block/ioctl.c:209:16: warning: incorrect type in argument 1 (different address spaces)
    block/ioctl.c:209:16:    expected void const volatile [noderef] <asn:1> *
    block/ioctl.c:209:16:    got signed int [usertype] *argp
    block/ioctl.c:214:16: warning: incorrect type in argument 1 (different address spaces)
    block/ioctl.c:214:16:    expected void const volatile [noderef] <asn:1> *
    block/ioctl.c:214:16:    got unsigned int [usertype] *argp
    block/ioctl.c:666:40: warning: incorrect type in argument 1 (different address spaces)
    block/ioctl.c:666:40:    expected signed int [usertype] *argp
    block/ioctl.c:666:40:    got void [noderef] <asn:1> *argp
    block/ioctl.c:672:41: warning: incorrect type in argument 1 (different address spaces)
    block/ioctl.c:672:41:    expected unsigned int [usertype] *argp
    block/ioctl.c:672:41:    got void [noderef] <asn:1> *argp
    
    Fixes: 9b81648c
    
     ("compat_ioctl: simplify up block/ioctl.c")
    Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
    Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
    Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    c8210a57