From Bugzilla Helper: User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.16-0.5 i686) Description of problem: Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. mount -o loop my.iso /mnt/iso 2. rm my.iso 3. is it a bug ? or must be the kernel put chattr i to the iso file Additional info:
IMHO, this isn't a bug. It's the way Unix has always worked. You can delete any file that's open, whether it's being viewed with less, or mounted as a loopback filesystem. The kernel will hang onto the resources until it's closed. The only bug is in fuser, which doesn't tell you that a file is in use as a loopback filesystem (or at least, it didn't last time I checked).
in redhat_9 it happen too