From b9d228cff415ed0e4bcf5b366aec3b6f4d413c64 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 1 Apr 2019 18:38:31 -0300 Subject: [PATCH] fstrim: Remove commnet about vfat not supporting fstrim Commit f663b5b38f ("fat: add FITRIM ioctl for FAT file system") in linux kernel added support for using fstrim with vfat filesystem. Signed-off-by: Marcos Paulo de Souza --- sys-utils/fstrim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 2a67892a21..8eae609353 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -284,7 +284,7 @@ static int fstrim_all(struct fstrim_control *ctl) /* * We're able to detect that the device supports discard, but * things also depend on filesystem or device mapping, for - * example vfat or LUKS (by default) does not support FSTRIM. + * example LUKS (by default) does not support FSTRIM. * * This is reason why we ignore EOPNOTSUPP and ENOTTY errors * from discard ioctl. -- 2.39.2