[PATCH] Fix sync_file_range2 output.
Dmitry V. Levin
ldv at altlinux.org
Wed Apr 6 00:23:16 UTC 2016
On Tue, Apr 05, 2016 at 12:16:11PM -0700, enh wrote:
> Before:
>
> sync_file_range2(3SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE|
> SYNC_FILE_RANGE_WAIT_AFTER|0xfffffff8, 0, 0, )
>
> After:
>
> sync_file_range2(3, SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE|
> SYNC_FILE_RANGE_WAIT_AFTER|0xfffffff8, 0, 0)
>
> * sync_file_range.c: Output the ", " in the right place.
Thanks, applied and added a test case for this.
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20160406/cd1c88ca/attachment.bin>
More information about the Strace-devel
mailing list