From: Zygo Blaxell Date: Fri, 14 May 2010 16:39:05 +0000 (-0400) Subject: dm6: add comment about why we're not supporting non-ext[234] filesystems X-Git-Tag: dm6-0.20100514~5^2~2 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=dupemerge;a=commitdiff_plain;h=b369878412e82690f14c5d0756f62dfd22f30431;ds=sidebyside dm6: add comment about why we're not supporting non-ext[234] filesystems --- diff --git a/dm6 b/dm6 index 0dcfab5..44dcb91 100755 --- 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";