]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/proc_namespace.c
Revert "tty/serial: of_serial: add DT alias ID handling"
[mirror_ubuntu-artful-kernel.git] / fs / proc_namespace.c
index 0f96f71ab32bab79baa01a2b473b54417512a8bc..8db932da40091b44f2a8df49e921d942f2291908 100644 (file)
@@ -44,6 +44,7 @@ static int show_sb_opts(struct seq_file *m, struct super_block *sb)
                { MS_SYNCHRONOUS, ",sync" },
                { MS_DIRSYNC, ",dirsync" },
                { MS_MANDLOCK, ",mand" },
+               { MS_LAZYTIME, ",lazytime" },
                { 0, NULL }
        };
        const struct proc_fs_info *fs_infop;