]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test_librbd_fsx: align temporary buffers allocated in check_clone() 1766/head
authorIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 7 May 2014 13:19:53 +0000 (17:19 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 7 May 2014 13:30:06 +0000 (17:30 +0400)
commit817985b4ddccf78dec358d93e75f71faa2268693
tree5d6c1344a66c59769e3d148472e88dc0a85e6591
parentab9de9c05c2bb2f3cc87c8497ecd6df016c16b96
test_librbd_fsx: align temporary buffers allocated in check_clone()

check_clone() allocates temporary good_buf and temp_buf with malloc(),
which is not good enough for krbd with O_DIRECT.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
src/test/librbd/fsx.c