Re: [linux-yocto] [linux-yocto 4.1] fs/yaffs2: adjust to the change of inode_change_ok()

2017-01-29 Thread Bruce Ashfield
On 2017-01-26 12:50 AM, Kevin Hao wrote: In commit cb8e1eef351b ("fs: Give dentry to inode_change_ok() instead of inode") the inode_change_ok() has been rename to setattr_prepare(), and one of the argument was also changed from inode to dentry. We adjust the invocation of inode_change_ok() in

[linux-yocto] [linux-yocto 4.1] fs/yaffs2: adjust to the change of inode_change_ok()

2017-01-25 Thread Kevin Hao
In commit cb8e1eef351b ("fs: Give dentry to inode_change_ok() instead of inode") the inode_change_ok() has been rename to setattr_prepare(), and one of the argument was also changed from inode to dentry. We adjust the invocation of inode_change_ok() in Yaffs2 according to this change.