dm6: add comment about why we're not supporting non-ext[234] filesystems
[dupemerge] / dm6
diff --git a/dm6 b/dm6
index 0dcfab5778d56e17f6be1980d73fef2dc358c3da..44dcb9130318e4cad1c007a672f98fd5e6d88303 100755 (executable)
--- a/dm6
+++ b/dm6
@@ -104,6 +104,8 @@ sub prepare_parents {
 }
 
 # ext3 cannot handle more than 32000 links to a file.  Leave some headroom.
+# Arguably this should be configurable, but the losses are miniscule and
+# the coding for option support is not.
 my $link_count_max = 31990;
 
 $/ = "\0";