From e1086439814951d460fca3c986e6784568677aab Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 1 Apr 2019 18:38:31 -0300 Subject: fstrim.c: 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(-) (limited to 'sys-utils/fstrim.c') diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 2d5c0b74e..175717114 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -303,7 +303,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. -- cgit v1.2.3-55-g7522