]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
testlibrbd: fix signed/unsigned comparisons
authorSage Weil <sage@newdream.net>
Wed, 20 Apr 2011 19:05:10 +0000 (12:05 -0700)
committerSage Weil <sage@newdream.net>
Fri, 22 Apr 2011 18:37:44 +0000 (11:37 -0700)
commitcb8237e10ca811e03a6301a92a1cfcaf653faa02
tree0240709dc89e8d8e1d34d125289a4ae817c5ce68
parent8cd3f1cd2546a61bb5402fa374de7f37147dc3a0
testlibrbd: fix signed/unsigned comparisons

testlibrbd.c: In function 'write_test_data':
testlibrbd.c:191: warning: comparison between signed and unsigned integer expressions
testlibrbd.c: In function 'aio_read_test_data':
testlibrbd.c:207: warning: comparison between signed and unsigned integer expressions
testlibrbd.c: In function 'read_test_data':
testlibrbd.c:222: warning: comparison between signed and unsigned integer expressions

Signed-off-by: Sage Weil <sage@newdream.net>
src/testlibrbd.c