diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2012-06-15 15:23:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-15 15:23:21 +0000 |
commit | 37a13de8ff931574174a7b64ba6a487b6ef2f754 (patch) | |
tree | a5fdc766bd7f1cf9ebee9c06919f9e55ad8f9717 /doc | |
parent | 5e0f1790777b6a4c7799511824db70c871ba6c0f (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/blog/day_9__correctness/comment_6_90cc6b60718896fb175919417600fdf9._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_9__correctness/comment_6_90cc6b60718896fb175919417600fdf9._comment b/doc/design/assistant/blog/day_9__correctness/comment_6_90cc6b60718896fb175919417600fdf9._comment new file mode 100644 index 000000000..622b141fd --- /dev/null +++ b/doc/design/assistant/blog/day_9__correctness/comment_6_90cc6b60718896fb175919417600fdf9._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.6.135" + subject="comment 6" + date="2012-06-15T15:23:21Z" + content=""" +But Rich is right, and I was thinking the same thing earlier this morning, that delaying the lsof allows the writer to change the file and exit, and only fsck can detect the problem then. Setting file permissions doesn't help once a process already has it open for write. Which has put me off the delayed lsof idea unfortunately. lsof *could* be run safely during the intial annexing. +"""]] |