Replace iattr with attr.

"attr" is the real parameter in notify_change().

signed-off-by:Kun Yan <samyankun@gmail.com>
This commit is contained in:
samyankun 2017-02-17 01:38:32 -05:00
parent 1ee18329fa
commit 30af8aca82

View file

@ -183,7 +183,7 @@ EXPORT_SYMBOL(setattr_copy);
/** /**
* notify_change - modify attributes of a filesytem object * notify_change - modify attributes of a filesytem object
* @dentry: object affected * @dentry: object affected
* @iattr: new attributes * @attr: new attributes
* @delegated_inode: returns inode, if the inode is delegated * @delegated_inode: returns inode, if the inode is delegated
* *
* The caller must hold the i_mutex on the affected object. * The caller must hold the i_mutex on the affected object.