]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/pkey: Split pkey_unlocked_ioctl function
authorHarald Freudenberger <freude@linux.ibm.com>
Thu, 22 Aug 2024 09:32:16 +0000 (11:32 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 29 Aug 2024 20:56:33 +0000 (22:56 +0200)
commit7344eea1b30253d4fade26b255b578ec8eaf0853
tree7799c5dcbdf3ab566f397937015fb796968e5ed4
parentc3dcb058b110d07e56cc8129273e1342905b611c
s390/pkey: Split pkey_unlocked_ioctl function

Split the very huge ioctl handling function pkey_unlocked_ioctl()
into individual functions per each IOCTL command.

There is no change in functional code coming with this patch.
The work is a simple copy-and-paste with the goal to have
the functionality absolutely untouched.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Reviewed-by: Holger Dengler <dengler@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/pkey_api.c