diff options
author | Paul E. McKenney | 2014-11-21 12:49:13 -0800 |
---|---|---|
committer | Paul E. McKenney | 2015-01-10 19:07:56 -0800 |
commit | 9733e4f0a973a354034f5dd603b4142a3095c85f (patch) | |
tree | cf272877ec7a0e2ddf0cafdd78663ed38a32805e /tools/testing/selftests | |
parent | 79619cf5151257f82a4c016b02283e2ceb4b63ce (diff) |
rcu: Make _batches_completed() functions return unsigned long
Long ago, the various ->completed fields were of type long, but now are
unsigned long due to signed-integer-overflow concerns. However, the
various _batches_completed() functions remained of type long, even though
their only purpose in life is to return the corresponding ->completed
field. This patch cleans this up by changing these functions' return
types to unsigned long.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/testing/selftests')
0 files changed, 0 insertions, 0 deletions