commit | 8006daff5f94b157ab1df7c6eb1b55fc470d0d24 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Tue Sep 07 13:54:34 2021 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Nov 08 03:29:51 2021 +0100 |
tree | 16505f39e85e176a9759c9d77856883151276aa8 | |
parent | 6407fbb9c3cb5b89361ca95afc62090b933c3fb5 [diff] |
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>