From: Marcos Paulo de Souza Date: Mon, 1 Apr 2019 21:38:31 +0000 (-0300) Subject: fstrim.c: Remove commnet about vfat not supporting fstrim X-Git-Tag: v2.34-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1086439814951d460fca3c986e6784568677aab;p=thirdparty%2Futil-linux.git 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 --- diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index 2d5c0b74ed..175717114d 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.