Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151477
b: refs/heads/master
c: 3b5c760
h: refs/heads/master
i:
  151475: c677924
v: v3
  • Loading branch information
Vegard Nossum committed Jun 15, 2009
1 parent 752f0a5 commit d1e941b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3446a8aa7ebcbc0a799e5e8fc4f2da0738d6bc21
refs/heads/master: 3b5c760efcddf1ebdd39a2035b554e96febd7466
3 changes: 2 additions & 1 deletion trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ static int __init do_mount_root(char *name, char *fs, int flags, void *data)

void __init mount_block_root(char *name, int flags)
{
char *fs_names = __getname();
char *fs_names = __getname_gfp(GFP_KERNEL
| __GFP_NOTRACK_FALSE_POSITIVE);
char *p;
#ifdef CONFIG_BLOCK
char b[BDEVNAME_SIZE];
Expand Down

0 comments on commit d1e941b

Please sign in to comment.