hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/fs/coda/upcall.c
....@@ -790,7 +790,7 @@
790790 sig_req = kmalloc(sizeof(struct upc_req), GFP_KERNEL);
791791 if (!sig_req) goto exit;
792792
793
- sig_inputArgs = kvzalloc(sizeof(struct coda_in_hdr), GFP_KERNEL);
793
+ sig_inputArgs = kvzalloc(sizeof(*sig_inputArgs), GFP_KERNEL);
794794 if (!sig_inputArgs) {
795795 kfree(sig_req);
796796 goto exit;