Jose Lopes

Results 8 comments of Jose Lopes

Hi, I was taking a look at the setattr on the kernel side. Looking at http://lxr.free-electrons.com/source/fs/fuse/dir.c#L1709 it seems that the fs handlers that get the file handle are those for...

I didn't look at getattr. I thought Alex or Miklos were looking at that.

Hi, Quick update. I wrote a simple patch to update fchmod like I suggested, and recompiled my kernel with that patch. I ran the same tests we talked about yesterday...

It was not accepted by upstream. I can no longer find the thread. But I think we linked it here in Github somewhere, and I believe Nikolaus was CCed. On...

I found the thread: https://marc.info/?l=linux-fsdevel&m=147812724826542&w=2 On Tue, Mar 12, 2019 at 4:23 PM Jose Lopes wrote: > It was not accepted by upstream. I can no longer find the thread....

The jj absorb feature should probably be a first class feature in the jj library so that it can be used in other environments beyond the CLI. If this is...

I think that will depend on the shell. For example, for Bash, I'd look into the Bash completion files / bash_completion.d directory.

Hi, According to [W3schools](https://www.w3schools.com/go/go_integer_data_type.php), on 64-bit architectures, golang's int is 64 bits wide, whereas, int32 is always 32 bits. If the Golang SDL API accepts `int` (in sdl.Rect, sdl.Point, and...