diff options
| -rw-r--r-- | net/ipv4/ipconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index 342ca8d894..c5b2470775 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c | |||
| @@ -1281,9 +1281,9 @@ static int __init ip_auto_config(void) | |||
| 1281 | */ | 1281 | */ |
| 1282 | if (ic_myaddr == NONE || | 1282 | if (ic_myaddr == NONE || |
| 1283 | #ifdef CONFIG_ROOT_NFS | 1283 | #ifdef CONFIG_ROOT_NFS |
| 1284 | (MAJOR(ROOT_DEV) == UNNAMED_MAJOR | 1284 | (root_server_addr == NONE |
| 1285 | && root_server_addr == NONE | 1285 | && ic_servaddr == NONE |
| 1286 | && ic_servaddr == NONE) || | 1286 | && ROOT_DEV == Root_NFS) || |
| 1287 | #endif | 1287 | #endif |
| 1288 | ic_first_dev->next) { | 1288 | ic_first_dev->next) { |
| 1289 | #ifdef IPCONFIG_DYNAMIC | 1289 | #ifdef IPCONFIG_DYNAMIC |
