mmc: add the new linux-mmc mailing list to MAINTAINERS
[firefly-linux-kernel-4.4.55.git] / init / do_mounts.c
index dd7ee5f203f3f9c476a92d9ef39257a2791b132f..093f65915501bad5db5a8f9c348b5d62ad8a484c 100644 (file)
@@ -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];