Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4005
b: refs/heads/master
c: f220ab2
h: refs/heads/master
i:
  4003: a2da33d
v: v3
  • Loading branch information
Jay Lan authored and Linus Torvalds committed Jun 30, 2005
1 parent 6077578 commit 3eb23a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 1c71e22e4e4b4e7261f147635518d5634136c226
refs/heads/master: f220ab2a5162c35cca6993ea473937cfc962fce4
5 changes: 4 additions & 1 deletion trunk/init/do_mounts_initrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ static void __init handle_initrd(void)
printk("okay\n");
else {
int fd = sys_open("/dev/root.old", O_RDWR, 0);
printk("failed\n");
if (error == -ENOENT)
printk("/initrd does not exist. Ignored.\n");
else
printk("failed\n");
printk(KERN_NOTICE "Unmounting old root\n");
sys_umount("/old", MNT_DETACH);
printk(KERN_NOTICE "Trying to free ramdisk memory ... ");
Expand Down

0 comments on commit 3eb23a5

Please sign in to comment.