commit | 772b89d34212e4b36c2025c80304e166bc25a2f3 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Fri Jun 20 22:32:49 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 28 22:17:20 2008 -0400 |
tree | 9f05bcd1a31c588d312226f8ceb2e5cc8b0c2bb8 | |
parent | bbf6d453597ff8227c9a541d55c64ba01691f171 [diff] |
blkid: use list_for_each_safe in garbage collection We need to use list_for_each_safe in case a device gets removed from the list during garbage collection. Also make the manpage slightly more informative about what the -g garbage collection option does. Addresses-Debian-Bug: #487758, #487783 Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>