diff options
| author | Johannes Weiner <[email protected]> | 2015-11-05 18:50:26 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2015-11-05 19:34:48 -0800 |
| commit | 6071ca5201066f4b2a61cfb693dd186d6bc6e9f3 (patch) | |
| tree | 2ec2fa58fc43986025267568feb96c7b86a2722c /scripts/gdb/vmlinux-gdb.py | |
| parent | f5fc3c5d817435970aa301d066820a9ac12c8120 (diff) | |
mm: page_counter: let page_counter_try_charge() return bool
page_counter_try_charge() currently returns 0 on success and -ENOMEM on
failure, which is surprising behavior given the function name.
Make it follow the expected pattern of try_stuff() functions that return a
boolean true to indicate success, or false for failure.
Signed-off-by: Johannes Weiner <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: Vladimir Davydov <[email protected]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
0 files changed, 0 insertions, 0 deletions