Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24064
b: refs/heads/master
c: 33644c5
h: refs/heads/master
v: v3
  • Loading branch information
Jason Gunthorpe authored and Linus Torvalds committed Mar 26, 2006
1 parent d2bd304 commit dd11daa
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8f3b50fc72d538c79dd2c1f728f5e594a0192da2
refs/heads/master: 33644c5e15917b36c26f0c30c48786c5e8e62be1
2 changes: 1 addition & 1 deletion trunk/init/initramfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ void __init populate_rootfs(void)
return;
}
printk("it isn't (%s); looks like an initrd\n", err);
fd = sys_open("/initrd.image", O_WRONLY|O_CREAT, 700);
fd = sys_open("/initrd.image", O_WRONLY|O_CREAT, 0700);
if (fd >= 0) {
sys_write(fd, (char *)initrd_start,
initrd_end - initrd_start);
Expand Down

0 comments on commit dd11daa

Please sign in to comment.