Re: Reiserfs weirdness

2023-06-03 Thread Ralf Mardorf
On Sat, 2023-06-03 at 23:14 +0100, Andy Pieters wrote: > I have no idea why a Super Commodore 64 or Apple II has got > anything to do with reiserfs and an unknown mount option blank. Hi, that "it was deprecated in Linux 5.18, with removal planned for 2025" ( https://en.wikipedia.org/wiki/ReiserF

Reiserfs weirdness

2023-06-03 Thread Andy Pieters
Hello everyone I just wanted to share some weirdness with you. I have done a full system update (it has been a while FYI, maybe 2 months) My filesystems: / ext4 /var reiserfs /home ext4 /mnt/test btrfs /mtn/old jfs After the upgrade, I reboot my system. It falls on its face a

Re: bio_check_ro @ blk-core.c

2023-06-03 Thread Pascal
hi Emil, thank you for this investigation, this history. for the moment, I simply reversed the function bio_check_ro and the compilation is ok. I will have to test to see if the blocking is well done... $ diff -u linux-6.1.15.original/block/blk-core.c linux-6.1.15.me/block/blk-core.c --- linux-6