Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19985
b: refs/heads/master
c: 7b4fe29
h: refs/heads/master
i:
  19983: 9d946c5
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Feb 8, 2006
1 parent b72e4c9 commit cb71c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fcbf053e55e961112f237dc690129f0858156f1
refs/heads/master: 7b4fe29e00a5ab4e778bb24be86d836a25570bc9
5 changes: 3 additions & 2 deletions trunk/fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ void generic_shutdown_super(struct super_block *sb)

/* Forget any remaining inodes */
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();
Expand Down

0 comments on commit cb71c11

Please sign in to comment.