Fix stupid typo where I had >> vol->cluster_size instead of

>> vol->cluster_size_bits.

(Logical change 1.590)
edge.strict_endians
cantab.net!aia21 2004-10-01 13:56:42 +00:00
parent 83598b5e1d
commit b81e3f8959
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ static int ntfs_mft_bitmap_extend_allocation(ntfs_volume *vol)
* mft bitmap cannot be zero so we are ok to do this.
*/
rl = ntfs_attr_find_vcn(mftbmp_na, (mftbmp_na->allocated_size - 1) >>
vol->cluster_size);
vol->cluster_size_bits);
if (!rl || !rl->length || rl->lcn < 0) {
ntfs_error(vol->sb, "Failed to determine last allocated "
"cluster of mft bitmap attribute.");