cvs commit: src/sys/netinet in_rmx.c

Sam Leffler sam at FreeBSD.org
Sun Nov 2 22:11:45 PST 2003


sam         2003/11/02 22:11:44 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          in_rmx.c 
  Log:
  Remove bogus RTFREE that was added in rev 1.47.  The rmx code operates
  directly on the radix tree and does not hold any routing table refernces.
  This fixes the reference counting problems that manifested itself as a
  panic during unmount of filesystems that were mounted by NFS over an
  interface that had been removed.
  
  Supported by:   FreeBSD Foundation
  
  Revision  Changes    Path
  1.48      +2 -3      src/sys/netinet/in_rmx.c


More information about the cvs-src mailing list