[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <22688.1537284518@warthog.procyon.org.uk>
Date: Tue, 18 Sep 2018 16:28:38 +0100
From: David Howells <dhowells@...hat.com>
To: Sergey Senozhatsky <sergey.senozhatsky.work@...il.com>
Cc: dhowells@...hat.com, viro@...iv.linux.org.uk,
torvalds@...ux-foundation.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
Sergey Senozhatsky <sergey.senozhatsky.work@...il.com> wrote:
> > + err = security_fs_context_validate(fc);
> > + if (err)
> > + return err;
>
> goto err_fc?
Fixed thanks.
> > + } else {
> > + err = security_sb_remount(sb, data, data_size);
> > + if (err)
> > + return err;
> > + }
>
> goto err_fc?
This no longer exists. I need to repost my patchset. I was hoping to fix the
mqueue bug there first, though, but maybe I should just post anyway.
David
Powered by blists - more mailing lists