[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210602154057.409ca400@canb.auug.org.au>
Date: Wed, 2 Jun 2021 15:40:57 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Andrew Morton <akpm@...ux-foundation.org>,
Jens Axboe <axboe@...nel.dk>
Cc: Christoph Hellwig <hch@....de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
Yue Hu <huyue2@...ong.com>
Subject: linux-next: manual merge of the akpm-current tree with the block
tree
Hi all,
Today's linux-next merge of the akpm-current tree got a conflict in:
drivers/block/zram/zram_drv.h
between commit:
a8698707a183 ("block: move bd_mutex to struct gendisk")
from the block tree and commit:
53dc46e0dbcf ("zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK")
from the akpm-current 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/block/zram/zram_drv.h
index 74c411911b6e,6e73dc3c2769..000000000000
--- a/drivers/block/zram/zram_drv.h
+++ b/drivers/block/zram/zram_drv.h
@@@ -112,9 -112,9 +112,9 @@@ struct zram
/*
* zram is claimed so open request will be failed
*/
- bool claim; /* Protected by bdev->bd_mutex */
+ bool claim; /* Protected by disk->open_mutex */
- struct file *backing_dev;
#ifdef CONFIG_ZRAM_WRITEBACK
+ struct file *backing_dev;
spinlock_t wb_limit_lock;
bool wb_limit_enable;
u64 bd_wb_limit;
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists