cvs commit: src/sys/fs/devfs devfs_rule.c

Robert Watson rwatson at FreeBSD.org
Wed Jan 11 02:15:58 PST 2006


rwatson     2006-01-11 10:15:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/devfs         devfs_rule.c 
  Log:
  MFC devfs_rule.c:1.21 from HEAD to RELENG_6:
  
    When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule
    lock.  Otherwise the system comes to a rather sudden and grinding
    halt.
  
  As the underlying devfs locking changes that lead to this bug have not
  been merged to RELENG_5, this fix to those locking changes does not
  need to be merged.
  
  Revision  Changes    Path
  1.14.2.3  +4 -2      src/sys/fs/devfs/devfs_rule.c


More information about the cvs-src mailing list