Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6

+2 -1
+1 -1
fs/ntfs/ChangeLog
··· 175 175 the ntfs inode in memory if present. Also, the ntfs inode has its 176 176 own locking so it does not matter if the vfs inode is locked. 177 177 - Fix bug in mft record writing where we forgot to set the device in 178 - the buffers when mapping them after the VM had discarded them 178 + the buffers when mapping them after the VM had discarded them. 179 179 Thanks to Martin MOKREJŠ for the bug report. 180 180 181 181 2.1.22 - Many bug and race fixes and error handling improvements.
+1
fs/ntfs/aops.c
··· 924 924 LCN lcn; 925 925 unsigned int vcn_ofs; 926 926 927 + bh->b_bdev = vol->sb->s_bdev; 927 928 /* Obtain the vcn and offset of the current block. */ 928 929 vcn = (VCN)block << bh_size_bits; 929 930 vcn_ofs = vcn & vol->cluster_size_mask;