]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Revert "cfuse.cc: use safe_write"
authorGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 3 Jun 2011 21:29:35 +0000 (14:29 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 3 Jun 2011 21:29:35 +0000 (14:29 -0700)
commit70d77095b8c780a7787d9dd2fcde02bdce19c6c8
tree8f4ad5e9aee6fce8989b3e66dad54868e4391ddf
parentb4eb5efaf87d8213f89dee0d9bb156171fcd18e1
Revert "cfuse.cc: use safe_write"

This reverts commit e8ac5aa2a4c4e3ce84ed553dbebfb1cccf5679a9.

This commit is just erroneous. It adds checks on a pipe write
for the result and an abort if the write failed. But that's broken
in the desired case where we succeed, block on ceph_fuse_ll_main(),
and the parent process is long-gone by the time we get to this code!

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/cfuse.cc