]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Another fork() log locking cleanup in file creation
authorLaine Stump <laine@laine.org>
Wed, 3 Feb 2010 16:19:39 +0000 (17:19 +0100)
committerDaniel Veillard <veillard@redhat.com>
Wed, 3 Feb 2010 16:19:39 +0000 (17:19 +0100)
commit730801d955144f89ddba710b07840f0266861844
tree7cc76ca38a504e2e7d6bf6260748aa45e80582d6
parentcd0ef0e09b718d8574f1b94d449e72c5469f9924
Another fork() log locking cleanup in file creation

Similar fix as previous one but for fork() usage when creating
a file or directory

* src/util/util.c: virLogLock() and virLogUnlock() around fork()
  in virFileCreate() and virDirCreateSimple()
src/util/util.c