lkml.org 
[lkml]   [2018]   [Sep]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
Date
Sergey Senozhatsky <sergey.senozhatsky.work@gmail.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

\
 
 \ /
  Last update: 2018-09-18 17:29    [W:0.481 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site