Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126268
b: refs/heads/master
c: bca1033
h: refs/heads/master
v: v3
  • Loading branch information
Marton Balint authored and Linus Torvalds committed Jan 6, 2009
1 parent 4aed43f commit feaf452
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b61312d353da1871778711040464b10f5cd904df
refs/heads/master: bca1033b092a6fab2ed00036e8a7f6e2df5d99a2
4 changes: 2 additions & 2 deletions trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ static int __init do_mount_root(char *name, char *fs, int flags, void *data)

sys_chdir("/root");
ROOT_DEV = current->fs->pwd.mnt->mnt_sb->s_dev;
printk("VFS: Mounted root (%s filesystem)%s.\n",
printk("VFS: Mounted root (%s filesystem)%s on device %u:%u.\n",
current->fs->pwd.mnt->mnt_sb->s_type->name,
current->fs->pwd.mnt->mnt_sb->s_flags & MS_RDONLY ?
" readonly" : "");
" readonly" : "", MAJOR(ROOT_DEV), MINOR(ROOT_DEV));
return 0;
}

Expand Down

0 comments on commit feaf452

Please sign in to comment.