diff options
-rw-r--r-- | drivers/block/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/loop.c b/drivers/block/loop.c index 33fde3a39759..66e8c3b94ef3 100644 --- a/drivers/block/loop.c +++ b/drivers/block/loop.c | |||
@@ -799,7 +799,7 @@ static void loop_config_discard(struct loop_device *lo) | |||
799 | 799 | ||
800 | /* | 800 | /* |
801 | * We use punch hole to reclaim the free space used by the | 801 | * We use punch hole to reclaim the free space used by the |
802 | * image a.k.a. discard. However we do support discard if | 802 | * image a.k.a. discard. However we do not support discard if |
803 | * encryption is enabled, because it may give an attacker | 803 | * encryption is enabled, because it may give an attacker |
804 | * useful information. | 804 | * useful information. |
805 | */ | 805 | */ |