diff options
author | Alexander Aring <aahringo@redhat.com> | 2024-12-02 18:26:41 +0300 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2024-12-19 22:11:24 +0300 |
commit | 6784ed98fde5b7538fff6b329b686b119ca23d8b (patch) | |
tree | 239c2ce614b6794d58ff17bd12319b709eabeb4b /tools/perf/scripts/python/sctop.py | |
parent | 57cdd1a1cf1464199678f9338049b63fb5d5b41c (diff) | |
download | linux-6784ed98fde5b7538fff6b329b686b119ca23d8b.tar.xz |
dlm: return -ENOENT if no comm was found
Currently if no comm can be found dlm_comm_seq() returns -EEXIST which
means entry already exists for a lookup it makes no sense to return
-EEXIST. We change it to -ENOENT. There is no user that will evaluate
the return value on a specific value so this should be fine.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions