| commit | fa9fe8715055f8b9bcee38904065b2f1eb9197f0 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali@kernel.org> | Sun Jun 01 18:01:54 2025 +0200 |
| committer | Steve French <stfrench@microsoft.com> | Thu Oct 09 23:01:24 2025 -0500 |
| tree | 7344cd2e8d40e2154aeb84f62336dd14754b1e92 | |
| parent | 92210ccd877ba577585e420c99cff2b51c4c9fe2 [diff] |
cifs: Add comments for DeletePending assignments in open functions On more places is set DeletePending member to 0. Add comments why is 0 the correct value. Paths in DELETE_PENDING state cannot be opened by new calls. So if the newly issued open for that path succeed then it means that the path cannot be in DELETE_PENDING state. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>