summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler@gmail.com>2014-12-25 16:04:44 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 15:49:22 -0800
commitfce6ad229b5d7a0601f59afa6ce6fdaa09b177f1 (patch)
tree62479ec533c797ce53066dfd8cf5d7f88128a848 /tools/perf/scripts/python/sched-migration.py
parent387915ded529bc47138d1b1401c94569ac4ce71c (diff)
staging: lustre: replace MIN with min, cast (__kernel_size_t)
Switch from MIN to min and fix the new type warning. The warning is produced because a comparison between iov_len, which is a __kernel_size_t, is made to kiov_len, which is an unsigned int (include/linux/lnet/types.h). Fix the warning by casting kiov_len to __kernel_size_t. Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions