Hi all, Today's linux-next merge of the vfs tree got a conflict in: arch/s390/include/asm/checksum.h between commit: 98ad45fb58c1 ("s390/checksum: coding style changes") from the s390 tree and commit: 6e41c585e38f ("unify generic instances of csum_partial_copy_nocheck()") from the vfs tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/s390/include/asm/checksum.h index c401a5fd3ad2,6813bfa1eeb7..000000000000 --- a/arch/s390/include/asm/checksum.h +++ b/arch/s390/include/asm/checksum.h @@@ -39,15 -39,8 +39,8 @@@ static inline __wsum csum_partial(cons return sum; } - static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, - int len, __wsum sum) - { - memcpy(dst, src, len); - return csum_partial(dst, len, sum); - } - /* - * Fold a partial checksum without adding pseudo headers + * Fold a partial checksum without adding pseudo headers. */ static inline __sum16 csum_fold(__wsum sum) {
Attachment:
pgpu0XFAY_98U.pgp
Description: OpenPGP digital signature