kernel/fs/coda/upcall.c
.. .. @@ -790,7 +790,7 @@ 790 790 sig_req = kmalloc(sizeof(struct upc_req), GFP_KERNEL); 791 791 if (!sig_req) goto exit; 792 792 793 - sig_inputArgs = kvzalloc(sizeof(struct coda_in_hdr), GFP_KERNEL);793 + sig_inputArgs = kvzalloc(sizeof(*sig_inputArgs), GFP_KERNEL);794 794 if (!sig_inputArgs) { 795 795 kfree(sig_req); 796 796 goto exit;