diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-28 17:37:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-28 17:37:55 +0000 |
| commit | 562c866822d93f0c80d96e11857857a565a06070 (patch) | |
| tree | 854ff3b5f837a378d7fc453623d83794fbc5ddb1 /sys | |
| parent | a2398beeed71ab681424aa0a2ff08db01a7898b6 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/devfs/devfs_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c index ad14bd911b82a..8290cd968affc 100644 --- a/sys/fs/devfs/devfs_vnops.c +++ b/sys/fs/devfs/devfs_vnops.c @@ -610,7 +610,7 @@ devfs_readdir(ap) } *ap->a_ncookies = ncookies; *ap->a_cookies = cookiebuf; - } + } lockmgr(&dmp->dm_lock, LK_RELEASE, 0, curthread); uio->uio_offset = off; return (error); |
