Skip to content

Commit

Permalink
do_mounts.c: Minor ROOT_DEV comment cleanup
Browse files Browse the repository at this point in the history
The ROOT_DEV comment is no longer accurate, it now seems to be
initialized in init/do_mounts.c.

Signed-off-by: Florin Malita <fmalita@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Florin Malita authored and Adrian Bunk committed Mar 26, 2006
1 parent 606f442 commit 5ac3578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ int root_mountflags = MS_RDONLY | MS_SILENT;
char * __initdata root_device_name;
static char __initdata saved_root_name[64];

/* this is initialized in init/main.c */
dev_t ROOT_DEV;

static int __init load_ramdisk(char *str)
Expand Down

0 comments on commit 5ac3578

Please sign in to comment.