[dm-devel] [PATCH 34/78] block: propagate BLKROSET to all partitions

2020-11-16 Thread Christoph Hellwig
When setting the whole device read-only (or clearing the read-only state), also update the policy for all partitions. The s390 dasd driver has awlways been doing this and it makes a lot of sense. Signed-off-by: Christoph Hellwig --- block/ioctl.c | 5 - 1 file changed, 4 insertions(+), 1 de

Re: [dm-devel] [PATCH 34/78] block: propagate BLKROSET to all partitions

2020-11-19 Thread Hannes Reinecke
On 11/16/20 3:57 PM, Christoph Hellwig wrote: When setting the whole device read-only (or clearing the read-only state), also update the policy for all partitions. The s390 dasd driver has awlways been doing this and it makes a lot of sense. Signed-off-by: Christoph Hellwig --- block/ioctl.c