[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230731-mgctime-v1-1-1aa1177841ed@kernel.org>
Date: Mon, 31 Jul 2023 06:37:10 -0400
From: Jeff Layton <jlayton@...nel.org>
To: Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>,
Jeff Layton <jlayton@...nel.org>
Subject: [PATCH] fs: fix request_mask variable in generic_fillattr
kerneldoc comment
req_mask -> request_mask
Fixes: 0a6ab6dc6958 ("fs: pass the request_mask to generic_fillattr")
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Jeff Layton <jlayton@...nel.org>
---
fs/stat.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/fs/stat.c b/fs/stat.c
index 51effd1c2bc2..592b62d577b6 100644
--- a/fs/stat.c
+++ b/fs/stat.c
@@ -59,10 +59,10 @@ EXPORT_SYMBOL(fill_mg_cmtime);
/**
* generic_fillattr - Fill in the basic attributes from the inode struct
- * @idmap: idmap of the mount the inode was found from
- * @req_mask statx request_mask
- * @inode: Inode to use as the source
- * @stat: Where to fill in the attributes
+ * @idmap: idmap of the mount the inode was found from
+ * @request_mask statx request_mask
+ * @inode: Inode to use as the source
+ * @stat: Where to fill in the attributes
*
* Fill in the basic attributes in the kstat structure from data that's to be
* found on the VFS inode structure. This is the default if no getattr inode
---
base-commit: dec705a2d44a306ca3502dd34ccfe8d8ffd79537
change-id: 20230728-mgctime-5e0ec0e89b04
Best regards,
--
Jeff Layton <jlayton@...nel.org>
Powered by blists - more mailing lists