mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Drop the p and resp arguments as they are always NULL or can trivially be derived from the rqstp argument. With that all functions now have the same prototype, and we can remove the unsafe casting to kxdrproc_t. Signed-off-by: Christoph Hellwig <hch@lst.de>