The time comparsion functions require arguments of type unsigned long
instead of (signed) long.
Signed-off-by: Manuel SchÃlling <manuel.schoelling@xxxxxx>
diff --git a/init/do_mounts.c b/init/do_mounts.c
index 60c4196..2d069a3 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -351,7 +351,6 @@ static void __init get_fs_names(char *page)
continue;
line++;
- /* append fsname */
memmove(fsnames, line, strlen(line)+1);
fsnames += strlen(fsnames)+1;
} while (page != NULL);