Bugzilla – Bug 1147643
Warning message when umounting iso9660 fs
Last modified: 2019-08-26 15:14:08 UTC
Created attachment 815622 [details] End of dmesg output Doing a umount on a iso9660 filesystem produces a warning and a call trace in dmesg. Reproduce: # mount /dev/dvdrw /mnt # umount /mnt Issue occurs with kernel 5.2.8, did not show up on 5.2.5.
Thanks for report! This should be fixed in kernel 5.2.9. In particular commit e91455bad5cf "bdev: Fixup error handling in blkdev_get()" should fix the issue.