• Anton Altaparmakov's avatar
    NTFS: 2.0.16 - Convert access to $MFT/$BITMAP to attribute inode API. · 600a1382
    Anton Altaparmakov authored
    - Fix a stupid bug introduced in 2.0.15 where we were unmapping the
      wrong inode in fs/ntfs/inode.c::ntfs_attr_iget().
    - Convert $MFT/$BITMAP access to attribute inode API and remove all
      remnants of the ugly mftbmp address space and operations hack. This
      means we finally have only one readpage function as well as only one
      async io completion handler. Yey! The mft bitmap is now just an
      attribute inode and is accessed from vol->mftbmp_ino just as if it
      were a normal file. Fake inodes rule. (-:
    600a1382
volume.h 5.17 KB