Home
last modified time | relevance | path

Searched hist:"8006 daff" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcaps.c8006daff Tue Sep 07 12:54:34 CDT 2021 Jeff Layton <jlayton@kernel.org> ceph: don't use -ESTALE as special return code in try_get_cap_refs

In some cases, we may want to return -ESTALE if it ends up that we're
dealing with an inode that no longer exists. Switch to using -EUCLEAN as
the "special" error return.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>