tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: struct file reference at VFS level



On Fri, Apr 22, 2016 at 10:42:10AM -0400, Greg Troxel wrote:
> I still don't understand why this is about FUSE.  What if a file were
> opened without O_NONBLOCK and then the same file were opened with?

O_NONBLOCK is pretty much pointless for regular files. It only really
changes something for sockets, pipes and the like and they behave
different already.

Joerg


Home | Main Index | Thread Index | Old Index