]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce and use devfs_populate_vp() to unlock a vnode before calling
authorJaakko Heinonen <jh@FreeBSD.org>
Sun, 22 Aug 2010 16:08:12 +0000 (16:08 +0000)
committerJaakko Heinonen <jh@FreeBSD.org>
Sun, 22 Aug 2010 16:08:12 +0000 (16:08 +0000)
commit0f6bb099ae1f5b9b58f9aa38e6cd4e35a7d42f5d
tree13369b484c9a86d80644c4cb8f72bac1f1713a03
parent394357b2b6ca31315e7c47e062bc40c8c18bc091
Introduce and use devfs_populate_vp() to unlock a vnode before calling
devfs_populate(). This is a prerequisite for the automatic removal of
empty directories which will be committed in the future.

Reviewed by: kib (previous version)
sys/fs/devfs/devfs_vnops.c