summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
diff options
context:
space:
mode:
authorMarcos Paulo de Souza2019-04-01 23:38:31 +0200
committerMarcos Paulo de Souza2019-04-01 23:38:31 +0200
commite1086439814951d460fca3c986e6784568677aab (patch)
treeb967f61b48dee9843f32d16248a6835b49e50ee8 /sys-utils/fstrim.c
parenttastset: (man) add :N stride for CPU lists (diff)
downloadkernel-qcow2-util-linux-e1086439814951d460fca3c986e6784568677aab.tar.gz
kernel-qcow2-util-linux-e1086439814951d460fca3c986e6784568677aab.tar.xz
kernel-qcow2-util-linux-e1086439814951d460fca3c986e6784568677aab.zip
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 <marcos.souza.org@gmail.com>
Diffstat (limited to 'sys-utils/fstrim.c')
-rw-r--r--sys-utils/fstrim.c2
1 files changed, 1 insertions, 1 deletions
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.