2002-04-29 13:59:10

by Mikael Pettersson

[permalink] [raw]
Subject: 2.5.11 busy inodes after unmount

With the 2.5.11 kernel I always get the "VFS: Busy inodes
after unmount. Self-destruct in 5 seconds. Have a nice day..."
message from fs/super.c when shutting down. Rebooting with my
rescue floppy, fsck complains a lot about "Deleted inode with
zero dtime", "Block bitmap differences", "Free blocks count wrong",
"Inode bitmap differences", "Free inodes count wrong", and
"Directories count wrong". Luckily no files seemed to get trashed.

Very plain but solid box: x86, Intel chipset, IDE, ext2.

/Mikael


2002-04-29 14:01:37

by Alexander Viro

[permalink] [raw]
Subject: Re: 2.5.11 busy inodes after unmount



On Mon, 29 Apr 2002, Mikael Pettersson wrote:

> With the 2.5.11 kernel I always get the "VFS: Busy inodes
> after unmount. Self-destruct in 5 seconds. Have a nice day..."
> message from fs/super.c when shutting down. Rebooting with my
> rescue floppy, fsck complains a lot about "Deleted inode with
> zero dtime", "Block bitmap differences", "Free blocks count wrong",
> "Inode bitmap differences", "Free inodes count wrong", and
> "Directories count wrong". Luckily no files seemed to get trashed.
>
> Very plain but solid box: x86, Intel chipset, IDE, ext2.


Yes. Massive dentry leak from fastwalk patch. I see what's going on;
fix will be posted in an hour or so.