remove unnecessary FIXME

(Logical change 1.112)
edge.strict_endians
cantab.net!aia21 2003-01-28 15:40:39 +00:00
parent 201442e81b
commit 82d9438cb9
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ runlist *ntfs_cluster_alloc(ntfs_volume *vol, s64 count, LCN start_lcn,
pass = 2;
}
if (zone == MFT_ZONE) {
//FIXME: What about when vol->mft_zone_end is zero? (AIA)
zone_end = vol->mft_zone_end;
search_zone = 1;
} else /* if (zone == DATA_ZONE) */ {