]> 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.weil@dreamhost.com>
Thu, 21 Apr 2011 03:50:48 +0000 (20:50 -0700)
commit8109f745910e8cdd7d3bfb98730ee7bcd66d1093
treeade93bdb643ffefeeb1421db5992b0fae272bd24
parentc80593729f7f5bafa145fcdbda6d78f75defa44b
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