|
From: Miklos S. <mi...@sz...> - 2006-01-29 14:19:54
|
> Could this bug be related to this sshfs ChangeLog entry ? > > 2005-10-28 Miklos Szeredi <mi...@sz...> > > > > * Add atomic create+open and ftruncate operation. This should fix > > issues with 'cp' and other programs failing with "Permission > > denied". To be effective, needs FUSE version 2.5 and kernel > > version 2.6.15 (just a guess, since neither of them is released > > yet). No, it's a different bug, but they are both related to the atomicity of file operations. > Would this mean that there is no fix for kernel 2.4 ? For the above problem, there isn't. But the rename workaround should work fine on all platforms. Miklos |