Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106257
b: refs/heads/master
c: f56f6d3
h: refs/heads/master
i:
  106255: 5397d9b
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 26, 2008
1 parent 7b27e22 commit 77a95f3
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 9580d85f9cdb076c4bfb467bc6c0d3c5e499957a
refs/heads/master: f56f6d30c75984d0aba2656eaeb35f3806395191
2 changes: 1 addition & 1 deletion trunk/init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
int __initdata rd_doload; /* 1 = load RAM disk, 0 = don't load */

int root_mountflags = MS_RDONLY | MS_SILENT;
char * __initdata root_device_name;
static char * __initdata root_device_name;
static char __initdata saved_root_name[64];
static int __initdata root_wait;

Expand Down
1 change: 0 additions & 1 deletion trunk/init/do_mounts.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ void change_floppy(char *fmt, ...);
void mount_block_root(char *name, int flags);
void mount_root(void);
extern int root_mountflags;
extern char *root_device_name;

static inline int create_dev(char *name, dev_t dev)
{
Expand Down

0 comments on commit 77a95f3

Please sign in to comment.