]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: 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)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2019 10:57:52 +0000 (12:57 +0200)
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 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.