aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/vfs_inode_dotl.c')
-rw-r--r--fs/9p/vfs_inode_dotl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_inode_dotl.c b/fs/9p/vfs_inode_dotl.c
index 4d3ecfb55fcf..ce7ab92f7e84 100644
--- a/fs/9p/vfs_inode_dotl.c
+++ b/fs/9p/vfs_inode_dotl.c
@@ -560,7 +560,7 @@ int v9fs_vfs_setattr_dotl(struct dentry *dentry, struct iattr *iattr)
560 560
561 p9_debug(P9_DEBUG_VFS, "\n"); 561 p9_debug(P9_DEBUG_VFS, "\n");
562 562
563 retval = inode_change_ok(inode, iattr); 563 retval = setattr_prepare(dentry, iattr);
564 if (retval) 564 if (retval)
565 return retval; 565 return retval;
566 566