mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
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:
parent
1ee18329fa
commit
30af8aca82
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ EXPORT_SYMBOL(setattr_copy);
|
|||
/**
|
||||
* notify_change - modify attributes of a filesytem object
|
||||
* @dentry: object affected
|
||||
* @iattr: new attributes
|
||||
* @attr: new attributes
|
||||
* @delegated_inode: returns inode, if the inode is delegated
|
||||
*
|
||||
* The caller must hold the i_mutex on the affected object.
|
||||
|
|
Loading…
Reference in a new issue