[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <23043.1537284879@warthog.procyon.org.uk>
Date: Tue, 18 Sep 2018 16:34:39 +0100
From: David Howells <dhowells@...hat.com>
To: Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>
Cc: dhowells@...hat.com, Guenter Roeck <linux@...ck-us.net>,
viro@...iv.linux.org.uk, torvalds@...ux-foundation.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com> wrote:
> static void do_emergency_remount_callback(struct super_block *sb)
> {
> struct fs_context fc = {
> + .ops = &legacy_fs_context_ops,
> .purpose = FS_CONTEXT_FOR_EMERGENCY_RO,
> .fs_type = sb->s_type,
> .root = sb->s_root,
Actually, we do need to call ->init_fs_context() or legacy_init_fs_context()
to set the ops pointer.
David
Powered by blists - more mailing lists