commit fb12e9a5b3acecedcc888a0ad723826f184c8183
Author: Matthew Dillon <[email protected]>
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

Reply via email to