From b369878412e82690f14c5d0756f62dfd22f30431 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Fri, 14 May 2010 12:39:05 -0400 Subject: [PATCH] dm6: add comment about why we're not supporting non-ext[234] filesystems --- dm6 | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.30.2