Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linus
[platform/adaptation/renesas_rcar/renesas_kernel.git] / security / capability.c
index d32e16e..32b5157 100644 (file)
@@ -858,7 +858,7 @@ static int cap_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen)
 
 static int cap_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen)
 {
-       return 0;
+       return -EOPNOTSUPP;
 }
 #ifdef CONFIG_KEYS
 static int cap_key_alloc(struct key *key, const struct cred *cred,