[PATCH] Re: build failure in vfs_btrfs with current master

Stefan (metze) Metzmacher metze at samba.org
Wed Mar 20 01:12:28 MDT 2013


Am 20.03.2013 02:52, schrieb Andrew Bartlett:
> -		DEBUG(5, ("BTRFS_IOC_CLONE_RANGE failed: %s, length %lu, "
> -			  "src fd: %ld off: %lu, dest fd: %d off: %lu\n",
> -			  strerror(errno), cr_args.src_length,
> -			  cr_args.src_fd, cr_args.src_offset,
> -			  dest_fsp->fh->fd, cr_args.dest_offset));
> +		DEBUG(5, ("BTRFS_IOC_CLONE_RANGE failed: %s, length %llu, "
> +			  "src fd: %lld off: %llu, dest fd: %d off: %llu\n",
> +			  strerror(errno), 
> +			  (unsigned long long)cr_args.src_length,
> +			  (long long)cr_args.src_fd, 
> +			  (unsigned long long)cr_args.src_offset,
> +			  dest_fsp->fh->fd, 
> +			  (unsigned long long)cr_args.dest_offset));

If the src fd should just use %d as the dst fd, it's just 'int'.

metze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20130320/469d7674/attachment.pgp>


More information about the samba-technical mailing list