Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 1995 09:43:58 -0800
From:      Stefan Esser <se>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/ufs/ffs ffs_alloc.c
Message-ID:  <199502271743.JAA29882@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
se          95/02/27 09:43:58

  Modified:    sys/ufs/ffs ffs_alloc.c
  Log:
  Don't try to make use of useless rotational position optimisation,
  if all free blocks are in the same bucket (i.e. NRPOS == 1).
  Else a free block is choosen, possibly from a different cylinder,
  even if the block succeeding bpref was free ...
  
  Submitted by:	se



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