]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim.c: Remove commnet about vfat not supporting fstrim
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Mon, 1 Apr 2019 21:38:31 +0000 (18:38 -0300)
committerMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Mon, 1 Apr 2019 21:38:31 +0000 (18:38 -0300)
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 <marcos.souza.org@gmail.com>
sys-utils/fstrim.c

index 2d5c0b74ed9d6e7ceabd22b6f27541d2ff746ab1..175717114d10534ec3387cee4ff3a8a77e6b5f3b 100644 (file)
@@ -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.