summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
diff options
context:
space:
mode:
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 cae38cdff..ff029015e 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -290,8 +290,8 @@ static int fstrim_all(struct fstrim_control *ctl)
if (!tgt || mnt_fs_is_pseudofs(fs) || mnt_fs_is_netfs(fs))
continue;
+ /* convert LABEL= (etc.) from fstab to paths */
if (!src && cache) {
- /* convert LABEL= (etc.) from fstab to paths */
const char *spec = mnt_fs_get_source(fs);
if (!spec)