From 30af8aca827ad299045ac576424f693aacf1f7a4 Mon Sep 17 00:00:00 2001 From: samyankun Date: Fri, 17 Feb 2017 01:38:32 -0500 Subject: [PATCH] Replace iattr with attr. "attr" is the real parameter in notify_change(). signed-off-by:Kun Yan --- fs/attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/attr.c b/fs/attr.c index c902b3d53508..c53ce7f14960 100644 --- a/fs/attr.c +++ b/fs/attr.c @@ -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.