diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2008-01-13 14:44:15 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2008-01-13 14:44:15 +0000 |
| commit | 22db15c06f1fbc66b47c8c931bbe291b9fd23d45 (patch) | |
| tree | 880b0acaab5ef09fe469c4b041d99ff26adca8b8 /sys/kern/vfs_aio.c | |
| parent | ce4c63c52a45d7a3fc5c13b6c0a50fcece35a1f8 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_aio.c')
| -rw-r--r-- | sys/kern/vfs_aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index ce5fd58119f7..e958d5476f32 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -772,7 +772,7 @@ aio_fsync_vnode(struct thread *td, struct vnode *vp) } error = VOP_FSYNC(vp, MNT_WAIT, td); - VOP_UNLOCK(vp, 0, td); + VOP_UNLOCK(vp, 0); vn_finished_write(mp); drop: VFS_UNLOCK_GIANT(vfslocked); |
