cvs commit: src/sys/kern vfs_syscalls.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jan 23 17:30:14 PST 2007


dillon      2007/01/23 17:25:47 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  checkdirs() was being passed the wrong mount point, resulting in a panic
  when mounting over an already existing mountpoint and improperly adjusting
  the current or root directory for processes when finding a matching ncp
  whether they were relative to the old mount or not.
  
  Rewrite and document checkdirs() to fix the problems.
  
  Reported-by: "Vincent Labrecque" <vnc at hush.ai>
  
  Revision  Changes    Path
  1.112     +43 -22    src/sys/kern/vfs_syscalls.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_syscalls.c.diff?r1=1.111&r2=1.112&f=u





More information about the Commits mailing list