summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
authorRaghavendra Gowdappa <rgowdapp@redhat.com>2018-10-18 18:25:46 +0530
committerRaghavendra G <rgowdapp@redhat.com>2018-10-20 01:07:46 +0000
commit59629f1da9dca670d5dcc6425f7f89b3e96b46bf (patch)
tree266e758723e9881bdfeef2375396c8486a911597 /rpc
parent0819a9af02cc76b5549c822d5c088e2c740a60d7 (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 'rpc')
0 files changed, 0 insertions, 0 deletions