diff options
author | Raghavendra Gowdappa <rgowdapp@redhat.com> | 2018-10-18 18:25:46 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2018-10-20 01:07:46 +0000 |
commit | 59629f1da9dca670d5dcc6425f7f89b3e96b46bf (patch) | |
tree | 266e758723e9881bdfeef2375396c8486a911597 /ChangeLog | |
parent | 0819a9af02cc76b5549c822d5c088e2c740a60d7 (diff) |
mount/fuse: return ESTALE instead of ENOENT on all inode based operations
This patch is continuation of commit
fb4b914ce84bc83a5f418719c5ba7c25689a9251. This patch extends that
logic to all inode based operations and not just open(dir).
<snip>
mount/fuse: never fail open(dir) with ENOENT
open(dir) being an operation on inode should never fail with
ENOENT. If gfid is not present, the appropriate error is ESTALE. This
will enable kernel to retry open after a revalidate lookup.
</snip>
Change-Id: I6313f520827e9af725485631cb6a9d9718243bc4
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Fixes: bz#1627620
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions