[PATCH RESEND 37/62] init: remove root_mountflags from init/do_mounts.h
Askar Safin <[email protected]>
| Newsgroups | gmane.linux.uml.devel,gmane.linux.file-systems,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.block,gmane.linux.kernel.initramfs,gmane.linux.kernel.api,gmane.linux.documentation,gmane.linux.kernel.efi,gmane.comp.file-systems.ext4,gmane.linux.acpi.devel,gmane.linux.drivers.devicetree |
|---|---|
| Message-ID | <[email protected]> |
It is already declared in include/linux/kernel.h Signed-off-by: Askar Safin <[email protected]> --- init/do_mounts.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/init/do_mounts.h b/init/do_mounts.h index 90422fb07c02..e225d594dd06 100644 --- a/init/do_mounts.h +++ b/init/do_mounts.h @@ -12,8 +12,6 @@ #include <linux/task_work.h> #include <linux/file.h> -extern int root_mountflags; - /* Ensure that async file closing finished to prevent spurious errors. */ static inline void init_flush_fput(void) { -- 2.47.2