summaryrefslogtreecommitdiff
path: root/doc/design/assistant/android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-15 13:08:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-15 13:08:22 -0400
commit4c190420d1305c1e41d04697714f408446efff1c (patch)
tree78502f0980ead59ec5e49d9ec6c6c7fe9aac69f1 /doc/design/assistant/android.mdwn
parent20c686b596c99cbcd042a4c92442130badc4e4ca (diff)
fix assistant's use of lsof in crippled filesystem mode
Diffstat (limited to 'doc/design/assistant/android.mdwn')
-rw-r--r--doc/design/assistant/android.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index cb82a40dc..79171c14c 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -20,11 +20,6 @@ is probably needed for at least older Android devices that have SD cards.
## TODO
-* In crippled filesystem mode, files are not hardlinked to a quarantine
- directory, so the assistant's use of lsof on that directory won't work.
- Instead, it should run lsof on the whole repository, and ignore other
- stuff. (Not really much slower even in a large repo, according to
- benchmarks.)
* rsync backend creates hard links
* migrate creates hard links between old and new keys
* avoid all symlink creation in crippled filesystem + direct mode