Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2009 15:15:08 +0000 (UTC)
From:      Guido van Rooij <guido@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/ntfs ntfs.h ntfs_subr.c ntfs_vfsops.c
Message-ID:  <200912071515.nB7FFMCL023186@repoman.freebsd.org>

index | next in thread | raw e-mail

guido       2009-12-07 15:15:08 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/ntfs          ntfs.h ntfs_subr.c ntfs_vfsops.c 
  Log:
  SVN rev 200214 on 2009-12-07 15:15:08Z by guido
  
  Fix ntfs such that it understand media with a non-512-bytes sector size:
  1. Fixups are always done on 512 byte chunks (in stead of sectors). This
  is kind of stupid.
  2. Conevrt between NTFS blocknumbers (the blocksize equals the media
  sector size) and the bread() and getblk() blocknr (which are 512-byte
  sized)
  
  NB: this change should not affect ntfs for 512-byte sector sizes.
  
  Revision  Changes    Path
  1.22      +2 -0      src/sys/fs/ntfs/ntfs.h
  1.49      +11 -7     src/sys/fs/ntfs/ntfs_subr.c
  1.97      +2 -0      src/sys/fs/ntfs/ntfs_vfsops.c


help

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