ENOENT vs ESTALE on NFS
Bug #977999 reported by
Shen Chen
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
flufl.lock |
Fix Released
|
High
|
Barry Warsaw |
Bug Description
This probably affects many routines in flufl.lock.
On NFS, one should expect ESTALE instead of ENOENT, when file is deleted.
However, on some Linux versions, ENOENT is reported, which is the wrong behavior.
references:
http://
http://
Changed in flufl.lock: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It seems safe to catch both ESTALE and ENOENT, right?