From: Karel Zak Date: Thu, 15 Jun 2017 09:49:09 +0000 (+0200) Subject: fstrim: remove obsolete comment X-Git-Tag: v2.31-rc1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b0748544ae85b8ff42fb4dbd63ddd7aed4de7d;p=thirdparty%2Futil-linux.git fstrim: remove obsolete comment We do not de-duplicate by FS root (since afa382f2e087b71c9e626144f2f313abc42ad594). Signed-off-by: Karel Zak --- diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index be3cd34a3b..c400a61b55 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) {