Comment 3 for bug 1630990

Revision history for this message
Andy Whitcroft (apw) wrote :

Downloaded the generated header files and confirmed the fix is in place:

static inline int __securityfs_setup_d_inode(struct inode *dir,
                                        struct dentry *dentry,
                                        umode_t mode, void *data,
                                        const struct file_operations *fops,
                                        const struct inode_operations *iops)
{
        return -ENODEV;
}