diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-10 13:10:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-10 13:11:33 -0400 |
commit | a5cb4a7bc5d7d603fc8f5f8b1a1595e889fb25ce (patch) | |
tree | 9b1e97311129413c5e0d33e9b52caa0ab66809dc /Init.hs | |
parent | 7bf5b7b0c5ba2789ef1473329da0000af0410b61 (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.hs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |