Skip to content

Commit

Permalink
rbd: fix push_to_qemu.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Sadeh committed May 24, 2010
1 parent 7113775 commit 7cf4861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push_to_qemu.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

print "pushing changed shared files from $dir to $qemu...\n";
system "cat $dir/src/include/rbd_types.h | sed 's/u32/uint32_t/g; s/__u8/uint8_t/g; s/__.*16/uint16_t/g; s/__.*32/uint32_t/g; s/__.*64/uint64_t/g; s/_FS_CEPH_RBD/QEMU_BLOCK_RBD_TYPES_H/g' | grep -v \"linux/types.h\" > $qemu/block/rbd_types.h";
system "cat $dir/src/include/rbd_types.h | sed 's/__u32/uint32_t/g; s/__u8/uint8_t/g; s/__.*16/uint16_t/g; s/__.*32/uint32_t/g; s/__.*64/uint64_t/g; s/_FS_CEPH_RBD/QEMU_BLOCK_RBD_TYPES_H/g' | grep -v \"linux/types.h\" > $qemu/block/rbd_types.h";

print "done.\n";

0 comments on commit 7cf4861

Please sign in to comment.