diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2021-05-20 14:52:46 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2021-06-28 14:13:38 +0200 |
commit | 0f1616f6df294fe460432630850c0e0a8c30a192 (patch) | |
tree | a6a31a619347a008961f0c1740c180bbef0214f9 /fs/gfs2 | |
parent | 62fb9874f5da54fdb243003b386128037319b219 (diff) |
gfs2: Fix do_gfs2_set_flags description
Commit 88b631cbfbeb ("gfs2: convert to fileattr") changed the argument list
without updating the description.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 493a83e3f590..7b757195fd97 100644 --- a/fs/gfs2/file.c +++ b/fs/gfs2/file.c @@ -210,7 +210,7 @@ void gfs2_set_inode_flags(struct inode *inode) /** * do_gfs2_set_flags - set flags on an inode - * @filp: file pointer + * @inode: The inode * @reqflags: The flags to set * @mask: Indicates which flags are valid * @fsflags: The FS_* inode flags passed in |