Merge remote-tracking branch 'jk/vfs' into work.misc
This commit is contained in:
@@ -1155,7 +1155,7 @@ int ocfs2_setattr(struct dentry *dentry, struct iattr *attr)
|
||||
if (!(attr->ia_valid & OCFS2_VALID_ATTRS))
|
||||
return 0;
|
||||
|
||||
status = inode_change_ok(inode, attr);
|
||||
status = setattr_prepare(dentry, attr);
|
||||
if (status)
|
||||
return status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user