git: DragonFly_RELEASE_2_8 devfs - Fix broken assertion

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Oct 24 09:39:30 PDT 2010


commit 714bf0f231d0e5d7a72cea8fb9e614963295a092
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/714bf0f231d0e5d7a72cea8fb9e614963295a092


-- 
DragonFly BSD source repository





More information about the Commits mailing list