From c0b0748544ae85b8ff42fb4dbd63ddd7aed4de7d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 15 Jun 2017 11:49:09 +0200 Subject: fstrim: remove obsolete comment We do not de-duplicate by FS root (since afa382f2e087b71c9e626144f2f313abc42ad594). Signed-off-by: Karel Zak --- sys-utils/fstrim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/fstrim.c') diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index be3cd34a3..c400a61b5 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -193,7 +193,7 @@ static int fstrim_all(struct fstrim_range *rangetpl, int verbose) /* de-duplicate by mountpoints */ mnt_table_uniq_fs(tab, 0, uniq_fs_target_cmp); - /* de-duplicate by source and root */ + /* de-duplicate by source */ mnt_table_uniq_fs(tab, MNT_UNIQ_FORWARD, uniq_fs_source_cmp); while (mnt_table_next_fs(tab, itr, &fs) == 0) { -- cgit v1.2.3-55-g7522