diff options
Diffstat (limited to 'init/do_mounts.c')
| -rw-r--r-- | init/do_mounts.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index 0e93f92a034..42b0707c348 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -472,7 +472,7 @@ void __init change_floppy(char *fmt, ...)  void __init mount_root(void)  {  #ifdef CONFIG_ROOT_NFS -	if (MAJOR(ROOT_DEV) == UNNAMED_MAJOR) { +	if (ROOT_DEV == Root_NFS) {  		if (mount_nfs_root())  			return;  |