]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/fstrim.c
fstrim: Remove commnet about vfat not supporting fstrim
[thirdparty/util-linux.git] / sys-utils / fstrim.c
index 2a67892a215c6c8ba6c1c1e79276ce72f7ac0f12..8eae609353898c5324eb67c3467150360a975f8c 100644 (file)
@@ -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.