|
@@ -2694,11 +2694,6 @@ static int selinux_inode_permission(struct inode *inode, int mask)
|
|
static int selinux_inode_setattr(struct dentry *dentry, struct iattr *iattr)
|
|
static int selinux_inode_setattr(struct dentry *dentry, struct iattr *iattr)
|
|
{
|
|
{
|
|
const struct cred *cred = current_cred();
|
|
const struct cred *cred = current_cred();
|
|
- int rc;
|
|
|
|
-
|
|
|
|
- rc = secondary_ops->inode_setattr(dentry, iattr);
|
|
|
|
- if (rc)
|
|
|
|
- return rc;
|
|
|
|
|
|
|
|
if (iattr->ia_valid & ATTR_FORCE)
|
|
if (iattr->ia_valid & ATTR_FORCE)
|
|
return 0;
|
|
return 0;
|