summaryrefslogtreecommitdiff
path: root/Init.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-10 13:10:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-10 13:11:33 -0400
commita5cb4a7bc5d7d603fc8f5f8b1a1595e889fb25ce (patch)
tree9b1e97311129413c5e0d33e9b52caa0ab66809dc /Init.hs
parent7bf5b7b0c5ba2789ef1473329da0000af0410b61 (diff)
Supports indirect mode on encfs in paranoia mode, and other filesystems that do not support hard links, but do support symlinks and other POSIX filesystem features.
Diffstat (limited to 'Init.hs')
-rw-r--r--Init.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Init.hs b/Init.hs
index 6409fe9c4..09e80eebd 100644
--- a/Init.hs
+++ b/Init.hs
@@ -140,8 +140,6 @@ probeCrippledFileSystem = do
probe f = catchBoolIO $ do
let f2 = f ++ "2"
nukeFile f2
- createLink f f2
- nukeFile f2
createSymbolicLink f f2
nukeFile f2
preventWrite f