Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | features/shard: Use fd lookup post file open | Vinayakswami Hariharmath | 2020-08-19 | 1 | -0/+34 |
Issue: When a process has the open fd and the same file is unlinked in middle of the operations, then file based lookup fails with ENOENT or stale file Solution: When the file already open and fd is available, use fstat to get the file attributes Change-Id: I0e83aee9f11b616dcfe13769ebfcda6742e4e0f4 Fixes: #1281 Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com> (cherry picked from commit 71dd19f710b81136f318b3a95ae430971198ee70) |