···175175 the ntfs inode in memory if present. Also, the ntfs inode has its176176 own locking so it does not matter if the vfs inode is locked.177177 - Fix bug in mft record writing where we forgot to set the device in178178- the buffers when mapping them after the VM had discarded them178178+ the buffers when mapping them after the VM had discarded them.179179 Thanks to Martin MOKREJŠ for the bug report.1801801811812.1.22 - Many bug and race fixes and error handling improvements.
+1
fs/ntfs/aops.c
···924924 LCN lcn;925925 unsigned int vcn_ofs;926926927927+ bh->b_bdev = vol->sb->s_bdev;927928 /* Obtain the vcn and offset of the current block. */928929 vcn = (VCN)block << bh_size_bits;929930 vcn_ofs = vcn & vol->cluster_size_mask;