Update vnode_if.src

Missing end-of-line ; in " IN struct task *task;   ".
This commit is contained in:
ouliuquan 2018-04-27 17:42:22 +08:00 committed by GitHub
parent 90f6413391
commit edb59aec69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ vop_advlockasync {
IN int op;
IN struct flock *fl;
IN int flags;
IN struct task *task;
IN struct task *task;
INOUT void **cookiep;
};