DDF: remove a FIXME comment that doesn't seem to mean anything.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2014-05-21 13:51:33 +10:00
parent 98fbc0ff37
commit 3d99ecd7b5
1 changed files with 0 additions and 1 deletions

View File

@ -3590,7 +3590,6 @@ static int validate_geometry_ddf_bvd(struct supertype *st,
maxsize = ULLONG_MAX;
find_space(ddf, dl, data_offset, &maxsize);
*freesize = maxsize;
// FIXME here I am
return 1;
}