linux-next: manual merge of the device-mapper tree with the crypto tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Today's linux-next merge of the device-mapper tree got a conflict in:

  drivers/md/dm-integrity.c

between commits:

  96747228b725 ("dm: Add scaffolding to change completion function signature")
  dcfe653d7cd4 ("dm: Remove completion function scaffolding")

from the crypto tree and commit:

  ff65cea88e49 ("dm: add missing empty lines")

from the device-mapper 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 drivers/md/dm-integrity.c
index c58156deb2b1,16aa68988363..000000000000
--- a/drivers/md/dm-integrity.c
+++ b/drivers/md/dm-integrity.c
@@@ -955,9 -963,10 +963,10 @@@ static void xor_journal(struct dm_integ
  	async_tx_issue_pending_all();
  }
  
 -static void complete_journal_encrypt(struct crypto_async_request *req, int err)
 +static void complete_journal_encrypt(void *data, int err)
  {
 -	struct journal_completion *comp = req->data;
 +	struct journal_completion *comp = data;
+ 
  	if (unlikely(err)) {
  		if (likely(err == -EINPROGRESS)) {
  			complete(&comp->ic->crypto_backoff);

Attachment: pgpf5jGiGuX7p.pgp
Description: OpenPGP digital signature


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux