Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114710
b: refs/heads/master
c: 93fd85d
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Oct 16, 2008
1 parent 94da8c7 commit 5a18bbc
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: 2e0eb731e52ebfab177860e59e6e3464c2521839
refs/heads/master: 93fd85d005eae2d1106aabd581adb6f20e335c83
2 changes: 1 addition & 1 deletion trunk/init/do_mounts_rd.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ identify_ramdisk_image(int fd, int start_block)
sys_read(fd, buf, size);

/*
* If it matches the gzip magic numbers, return -1
* If it matches the gzip magic numbers, return 0
*/
if (buf[0] == 037 && ((buf[1] == 0213) || (buf[1] == 0236))) {
printk(KERN_NOTICE
Expand Down

0 comments on commit 5a18bbc

Please sign in to comment.