Message type for VFS_FSYNC

Change-Id: Iae9d27dbf40bc5567de6c5960f5cbe174be00dbd
This commit is contained in:
2014-05-12 13:07:11 +02:00
parent feb9b541da
commit 9ceebd7a4b
4 changed files with 10 additions and 5 deletions

View File

@@ -281,7 +281,7 @@ int do_fsync(void)
dev_t dev;
int r = OK;
scratch(fp).file.fd_nr = job_m_in.VFS_FSYNC_FD;
scratch(fp).file.fd_nr = job_m_in.m_lc_vfs_fsync.fd;
if ((rfilp = get_filp(scratch(fp).file.fd_nr, VNODE_READ)) == NULL)
return(err_code);