On 08.11.22 13:37, Kevin Wolf wrote:
ignore_bds_parents is now ignored, so we can just remove it.
Signed-off-by: Kevin Wolf
---
include/block/block-io.h | 10 ++
block.c | 4 +--
block/io.c | 78 +++-
3 files changed,
On 11/8/22 15:37, Kevin Wolf wrote:
ignore_bds_parents is now ignored, so we can just remove it.>
Signed-off-by: Kevin Wolf
Not obvious to me that they are ignored, some logic is still here. Maybe it's
all do nothing finally.
Still I believe that we should get rid of ignore_bds_parents anyway
ignore_bds_parents is now ignored, so we can just remove it.
Signed-off-by: Kevin Wolf
---
include/block/block-io.h | 10 ++
block.c | 4 +--
block/io.c | 78 +++-
3 files changed, 32 insertions(+), 60 deletions(-)
diff --g