]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: st: Simplify ioctl handling
authorChristoph Hellwig <hch@lst.de>
Sat, 24 Jul 2021 07:20:16 +0000 (09:20 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 29 Jul 2021 02:24:24 +0000 (22:24 -0400)
commit2cc4b9f31010883302ef7091392b732d1cbd9a86
tree413c24c3971ef1da5194c0b5fbc85ea1062c7bcb
parent1bc818430663f39cc327d93b62ee7c8b03ce03a2
scsi: st: Simplify ioctl handling

Merge st_ioctl_common() into st_ioctl() and streamline the invocation of
the common ioctl helpers.

Link: https://lore.kernel.org/r/20210724072033.1284840-8-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/st.c