dirHashes,
hashDirMixed,
hashDirLower,
+ display_32bits_as_dir
) where
import Data.Bits
-}
display_32bits_as_dir :: Word32 -> String
display_32bits_as_dir w = trim $ swap_pairs cs
- where
+ where
-- Need 32 characters to use. To avoid inaverdently making
-- a real word, use letters that appear less frequently.
chars = ['0'..'9'] ++ "zqjxkmvwgpfZQJXKMVWGPF"
--- /dev/null
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-09-29T15:33:00Z"
+ content="""
+Had another report of this, and there NFS seemed to be involved in the
+circumstances of the crash.
+"""]]