Re: [Patch fuse] fusefs_link return code

2014-05-19 Thread Sylvestre Gallon
On Wed, May 7, 2014 at 10:36 AM, Sylvestre Gallon ccna@gmail.com wrote: On Mon, May 05, 2014 at 08:40:10PM +0800, Helg wrote: This patch fixes a bug where fusefs_link does not return an error on subsequent invocations if a fuse filesystem does not implement hard links. As an aside,

Re: [Patch fuse] fusefs_link return code

2014-05-07 Thread Sylvestre Gallon
On Mon, May 05, 2014 at 08:40:10PM +0800, Helg wrote: This patch fixes a bug where fusefs_link does not return an error on subsequent invocations if a fuse filesystem does not implement hard links. As an aside, returning ENOSYS in this case is contrary to the link(2) man page (and different

[Patch fuse] fusefs_link return code

2014-05-05 Thread Helg
This patch fixes a bug where fusefs_link does not return an error on subsequent invocations if a fuse filesystem does not implement hard links. As an aside, returning ENOSYS in this case is contrary to the link(2) man page (and different again to the Open Group) but consistent with the fuse