All of lore.kernel.org
 help / color / mirror / Atom feed
* commit 1643b43fbd breaks open(.., O_RDONLY|O_CREAT, ...) on fuse.
@ 2016-06-07  8:27 Yan, Zheng
  2016-06-07 11:43 ` Al Viro
  0 siblings, 1 reply; 3+ messages in thread
From: Yan, Zheng @ 2016-06-07  8:27 UTC (permalink / raw)
  To: linux-fsdevel, Al Viro, mszeredi

If the file does not exist and the caller has no permission to create
file, syscall open() should return -EACCESS. But on fuse mount of
4.7-rc2 kernel, open() return -ENOENT.

Regards
Yan, Zheng

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-07 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07  8:27 commit 1643b43fbd breaks open(.., O_RDONLY|O_CREAT, ...) on fuse Yan, Zheng
2016-06-07 11:43 ` Al Viro
2016-06-07 13:18   ` Yan, Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.