Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 1995 11:51:04 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <199508011851.LAA03333@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/08/01 11:51:03

  Modified:    sys/kern  vfs_syscalls.c vnode_if.sh vnode_if.src
               sys/miscfs/devfs  devfs_vnops.c
               sys/miscfs/union  union_vnops.c
               sys/msdosfs  msdosfs_vnops.c
               sys/nfs   nfs_serv.c nfs_vnops.c
               sys/ufs/lfs  lfs_vnops.c
               sys/ufs/ufs  ufs_vnops.c
  Log:
  Removed my special-case hack for VOP_LINK and fixed the problem with the
  wrong vp's ops vector being used by changing the VOP_LINK's argument order.
  The special-case hack doesn't go far enough and breaks the generic
  bypass routine used in some non-leaf filesystems. Pointed out by Kirk
  McKusick.



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