看板 DFBSD_commit 關於我們 聯絡資訊
commit b95bffd0bae1f4dcf763f209ee67c294646b73ae Author: Simon Schubert <corecode@dragonflybsd.org> Date: Wed Jul 22 01:21:44 2009 +0200 dma: don't block when trying to aquire a queue file We might race with some other process, so it is imperative to treat a locked file as a soft error instead of blocking on the file until the other process unlocks it. Summary of changes: libexec/dma/spool.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b95bffd0bae1f4dcf763f209ee67c294646b73ae -- DragonFly BSD source repository