aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2011-11-16 08:21:50 +0000
committerJens Axboe <[email protected]>2011-11-16 08:21:50 +0000
commit121f099412bd6576dfb3d94222e89d9341362177 (patch)
tree47b82e98cb879d4cf08f0465ade31d58833cf53c /lib/debugobjects.c
parentblock: avoid unnecessary plug list flush (diff)
downloadkernel-121f099412bd6576dfb3d94222e89d9341362177.tar.gz
kernel-121f099412bd6576dfb3d94222e89d9341362177.zip
bio: change some signed vars to unsigned
This is just a cleanup patch to silence a static checker warning. The problem is that we cap "nr_iovecs" so it can't be larger than "UIO_MAXIOV" but we don't check for negative values. It turns out this is prevented at other layers, but logically it doesn't make sense to have negative nr_iovecs so making it unsigned is nicer. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions