Skip to content
Permalink
Browse files
upcall: Remove unneeded variable insize
Remove unneeded variable insize in venus_pioctl().

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
  • Loading branch information
ISCAS-Vulab authored and intel-lab-lkp committed Aug 17, 2020
1 parent 9123e3a commit e126bb2bc1e15e86a4267e92df88f4987d01b358
Showing 1 changed file with 1 addition and 2 deletions.
@@ -477,10 +477,9 @@ int venus_pioctl(struct super_block *sb, struct CodaFid *fid,
{
union inputArgs *inp;
union outputArgs *outp;
int insize, outsize, error;
int outsize, error;
int iocsize;

insize = VC_MAXMSGSIZE;
UPARG(CODA_IOCTL);

/* build packet for Venus */

0 comments on commit e126bb2

Please sign in to comment.