cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

Konstantin Belousov kib at FreeBSD.org
Mon Sep 1 13:18:24 UTC 2008


kib         2008-09-01 13:18:16 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_fat.c 
  Log:
  SVN rev 182600 on 2008-09-01 13:18:16Z by kib
  
  In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were
  replaced by file relative sector numbers as the buffer block number when
  zero-padding a file during extension. Revert the change, it causes wrong
  blocks filled with zeroes on seeking beyond end of file.
  
  PR:     kern/47628
  Submitted by:   tegge
  MFC after:      3 days
  
  Revision  Changes    Path
  1.50      +2 -2      src/sys/fs/msdosfs/msdosfs_fat.c


More information about the cvs-all mailing list