commit | d4bdff69fcedb2e54c7fb251a0384a61776fc88b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 17 00:44:44 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 17 01:06:55 2016 +0000 |
tree | 560f31cabd95a5f6a39e722c1e289742a8af915e | |
parent | fe7a451e5accf78c16ac9e65381d257924b266ed [diff] |
btrfs: fix build with fresh linux/btrfs.h Fix build with fresh <linux/btrfs.h> that provides a slightly different definition of struct btrfs_ioctl_defrag_range_args. * btrfs.c (btrfs_ioctl): Cast "len" member of struct btrfs_ioctl_defrag_range_args to uint64_t. * tests/btrfs.c (btrfs_print_defrag_range_args): Cast "start" and "len" members of struct btrfs_ioctl_defrag_range_args to uint64_t.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.