VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Jan Kara <jack@suse.cz> 2016-05-26 16:55:18 +0200 committer: Jan Kara <jack@suse.cz> 2016-09-22 10:56:19 +0200 commit: 31051c85b5e2aaaf6315f74c72a732673632a905 parent: 62490330769c1ce5dcba3f1f3e8f4005e9b797e6
Commit Summary:
fs: Give dentry to inode_change_ok() instead of inode
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/adfs/inode.c b/fs/adfs/inode.c
index 335055d828e4..f57baaa511aa 100644
--- a/fs/adfs/inode.c
+++ b/fs/adfs/inode.c
@@ -303,7 +303,7 @@ adfs_notify_change(struct dentry *dentry, struct iattr *attr)
 	unsigned int ia_valid = attr->ia_valid;
 	int error;
 	
-	error = inode_change_ok(inode, attr);
+	error = setattr_prepare(dentry, attr);
 
 	/*
 	 * we can't change the UID or GID of any file -