2024년 7월 5일 (금) 오후 8:54, Ralph Boehme <slow@xxxxxxxxx>님이 작성: > > On 7/5/24 5:27 AM, Hobin Woo wrote: > > may_open() does not allow a directory to be opened with the write access. > > However, some writing flags set by client result in adding write access > > on server, making ksmbd incompatible with FUSE file system. Simply, let's > > discard the write access when opening a directory. > > afair this should cause a failure like EACCESS or EISDIR and just be > ignored. What does a Windows server return in this case, or Samba for > that matter as it (hopefully) will behave like Windows.