aboutsummaryrefslogtreecommitdiff
path: root/fs/coda/upcall.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-11-26 12:03:43 +0800
committerAlex Shi <alex.shi@linaro.org>2017-11-26 12:03:43 +0800
commit2af79bd1142d88667c40bb5cc65a3cd91db5a6c0 (patch)
tree73f57f5a9c57b0ab22fa456bc6926467c94e9099 /fs/coda/upcall.c
parentd5aff662273133ff050acb8cac683d5f73c5fbf3 (diff)
parent133e6ccf46f1704a4a680ef45565e970ac9a7f9c (diff)
Merge tag 'v4.9.65' into linux-linaro-lsk-v4.9lsk-v4.9-17.11
This is the 4.9.65 stable release
Diffstat (limited to 'fs/coda/upcall.c')
-rw-r--r--fs/coda/upcall.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/coda/upcall.c b/fs/coda/upcall.c
index f6c6c8adbc01..7289f0a7670b 100644
--- a/fs/coda/upcall.c
+++ b/fs/coda/upcall.c
@@ -446,8 +446,7 @@ int venus_fsync(struct super_block *sb, struct CodaFid *fid)
UPARG(CODA_FSYNC);
inp->coda_fsync.VFid = *fid;
- error = coda_upcall(coda_vcp(sb), sizeof(union inputArgs),
- &outsize, inp);
+ error = coda_upcall(coda_vcp(sb), insize, &outsize, inp);
CODA_FREE(inp, insize);
return error;