|
@@ -247,8 +247,9 @@ void generic_shutdown_super(struct super_block *sb)
|
|
|
|
|
|
/* Forget any remaining inodes */
|
|
/* Forget any remaining inodes */
|
|
if (invalidate_inodes(sb)) {
|
|
if (invalidate_inodes(sb)) {
|
|
- printk("VFS: Busy inodes after unmount. "
|
|
|
|
- "Self-destruct in 5 seconds. Have a nice day...\n");
|
|
|
|
|
|
+ printk("VFS: Busy inodes after unmount of %s. "
|
|
|
|
+ "Self-destruct in 5 seconds. Have a nice day...\n",
|
|
|
|
+ sb->s_id);
|
|
}
|
|
}
|
|
|
|
|
|
unlock_kernel();
|
|
unlock_kernel();
|