From 4080be3d7d84952e42048d2f266d49412ada955c Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Mon, 10 Jun 2019 21:59:21 +0200 Subject: fstrim: Fix fstrim_all() comment "convert LABEL=" does not happens in mnt_fs_get_source(), but later in mnt_resolve_spec(). To make this more clean, move the comment before this chunk of code. Signed-off-by: Stanislav Brabec --- sys-utils/fstrim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils') 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) -- cgit v1.2.3-55-g7522