From: NeilBrown Date: Wed, 21 May 2014 03:51:33 +0000 (+1000) Subject: DDF: remove a FIXME comment that doesn't seem to mean anything. X-Git-Tag: mdadm-3.3.1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d99ecd7b540e0a04622ffebc218750a572ffbb6;p=thirdparty%2Fmdadm.git DDF: remove a FIXME comment that doesn't seem to mean anything. Signed-off-by: NeilBrown --- diff --git a/super-ddf.c b/super-ddf.c index e78e1385..6368bc43 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -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; }