Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 1997 07:22:33 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/gnu/ext2fs ext2_alloc.c src/sys/ufs/ffs ffs_alloc.c src/sys/ufs/lfs lfs_alloc.c src/sys/ufs/ufs ufs_inode.c
Message-ID:  <199710141422.HAA29203@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1997/10/14 07:22:33 PDT

  Modified files:
    sys/gnu/ext2fs       ext2_alloc.c 
    sys/ufs/ffs          ffs_alloc.c 
    sys/ufs/lfs          lfs_alloc.c 
    sys/ufs/ufs          ufs_inode.c 
  Log:
  ufs_ihashrem() should not be called from the UFS layer, but from the
  lower layer (LFS/FFS/?) like the rest of the ihash functions.
  Otherwise it is impossible to make a lower layer that doesn't use the
  ihash facility.
  
  Revision  Changes    Path
  1.10      +2 -0      src/sys/gnu/ext2fs/ext2_alloc.c
  1.38      +4 -1      src/sys/ufs/ffs/ffs_alloc.c
  1.16      +3 -1      src/sys/ufs/lfs/lfs_alloc.c
  1.17      +1 -6      src/sys/ufs/ufs/ufs_inode.c



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