[BACK]Return to ffs_alloc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/ufs/ffs/ffs_alloc.c between version 1.45 and 1.46

version 1.45, 2001/08/09 08:16:42 version 1.46, 2001/08/20 12:00:54
Line 382  nospace:
Line 382  nospace:
  * logical blocks to be made contiguous is given. The allocator attempts   * logical blocks to be made contiguous is given. The allocator attempts
  * to find a range of sequential blocks starting as close as possible to   * to find a range of sequential blocks starting as close as possible to
  * an fs_rotdelay offset from the end of the allocation for the logical   * an fs_rotdelay offset from the end of the allocation for the logical
  * block immediately preceeding the current range. If successful, the   * block immediately preceding the current range. If successful, the
  * physical block numbers in the buffer pointers and in the inode are   * physical block numbers in the buffer pointers and in the inode are
  * changed to reflect the new allocation. If unsuccessful, the allocation   * changed to reflect the new allocation. If unsuccessful, the allocation
  * is left unchanged. The success in doing the reallocation is returned.   * is left unchanged. The success in doing the reallocation is returned.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>