Remove some stale FIXME markings.

This commit is contained in:
Milan Broz
2021-02-05 12:27:39 +01:00
parent d703301fe8
commit 4471452105
17 changed files with 9 additions and 30 deletions

View File

@@ -150,7 +150,7 @@ int crypt_wipe_device(struct crypt_device *cd,
if (!bsize || !alignment || !wipe_block_size)
return -EINVAL;
/* FIXME: if wipe_block_size < bsize, then a wipe is highly ineffective */
/* if wipe_block_size < bsize, then a wipe is highly ineffective */
/* Everything must be aligned to SECTOR_SIZE */
if (MISALIGNED_512(offset) || MISALIGNED_512(length) || MISALIGNED_512(wipe_block_size))