Loading fs/ntfs/file.c +1 −0 Original line number Diff line number Diff line Loading @@ -787,6 +787,7 @@ static int ntfs_prepare_pages_for_non_resident_write(struct page **pages, vcn_len = rl[1].vcn - vcn; lcn_block = lcn << (vol->cluster_size_bits - blocksize_bits); cdelta = 0; /* * If the number of remaining clusters in the * @pages is smaller or equal to the number of Loading Loading
fs/ntfs/file.c +1 −0 Original line number Diff line number Diff line Loading @@ -787,6 +787,7 @@ static int ntfs_prepare_pages_for_non_resident_write(struct page **pages, vcn_len = rl[1].vcn - vcn; lcn_block = lcn << (vol->cluster_size_bits - blocksize_bits); cdelta = 0; /* * If the number of remaining clusters in the * @pages is smaller or equal to the number of Loading