Re: [PATCH 3/7] security,overlayfs: Provide security hook for copy up of xattrs for overlay file

From: Vivek Goyal
Date: Mon Jul 11 2016 - 13:02:22 EST


On Mon, Jul 11, 2016 at 11:31:47AM -0400, Stephen Smalley wrote:

[..]
> > +static inline int security_inode_copy_up_xattr(const char *name)
> > +{
> > + -EOPNOTSUPP;
>
> return?

Yes, this one I fixed it in my patches now. kbuild also flagged this.

Vivek