Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 1997 20:08:36 -0700 (PDT)
From:      KATO Takenori <kato>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/union union_vnops.c
Message-ID:  <199704160308.UAA01769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kato        97/04/15 20:08:36

  Modified:    sys/miscfs/union  union_vnops.c
  Log:
  Undo previous commit to avoid panic, and fix order of argument of
  VOP_LINK().  The reason of strange behavior was wrong order of the
  argument, that is, the operation
  
  	# ln foo bar
  
  in a union fs tried to do
  
  	# ln bar foo
  
  in ufs layer.
  
  Now we can make a link in a union fs.
  
  Revision  Changes    Path
  1.25      +2 -15     src/sys/miscfs/union/union_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704160308.UAA01769>