cvs commit: src/sys/dev/mfi mfi.c mfi_pci.c

John Baldwin jhb at FreeBSD.org
Mon Aug 13 14:14:16 PDT 2007


jhb         2007-08-13 21:14:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mfi          mfi.c mfi_pci.c 
  Log:
  Fix a few nits relative to the previous changes:
  - Don't leak the config lock if detach() fails due to the controller char
    dev being open.
  - Close a race between detach() and a process opening the controller char
    dev.
  
  MFC after:      1 week
  Approved by:    re (bmah)
  
  Revision  Changes    Path
  1.32      +8 -2      src/sys/dev/mfi/mfi.c
  1.8       +1 -0      src/sys/dev/mfi/mfi_pci.c


More information about the cvs-src mailing list