git: devfs - Fix broken assertion
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 20 09:48:10 PDT 2010
commit fb12e9a5b3acecedcc888a0ad723826f184c8183
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Oct 20 09:45:19 2010 -0700
devfs - Fix broken assertion
* When checking fp->f_flag against ap->a_mode both sides must be
masked with FMASK.
* Fixes a panic which can occur when a unix domain socket is being
garbage collected (FMARK set).
Summary of changes:
sys/vfs/devfs/devfs_vnops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fb12e9a5b3acecedcc888a0ad723826f184c8183
--
DragonFly BSD source repository
More information about the Commits
mailing list