DragonFly BSD
DragonFly commits List (threaded) for 2003-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_subr.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Aug 2003 09:45:30 -0700 (PDT)

dillon      2003/08/18 09:45:30 PDT

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  The make release process tries to stat/open a non-existant device, which
  causes addalias() to be called with a NULL dev.  Add code to addaliasu()
  to check that the device actually exists before trying to add the vnode to
  its alias list.
  
  Found by: ROBERT GARRETT <rg70@xxxxxxxxxxxxx>, Jeffrey Hsu <hsu@xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.16      +8 -8      src/sys/kern/vfs_subr.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]