Home
last modified time | relevance | path

Searched hist:df8629af293493757beccac2d3168fe5a315636e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/fuse/
H A Ddir.cdiff df8629af293493757beccac2d3168fe5a315636e Wed Nov 11 10:22:32 CST 2020 Miklos Szeredi <mszeredi@redhat.com> fuse: always revalidate if exclusive create

Failure to do so may result in EEXIST even if the file only exists in the
cache and not in the filesystem.

The atomic nature of O_EXCL mandates that the cached state should be
ignored and existence verified anew.

Reported-by: Ken Schalk <kschalk@nvidia.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>