Skip to content

Commit 0f1616f

Browse files
author
Andreas Gruenbacher
committed
gfs2: Fix do_gfs2_set_flags description
Commit 88b631c ("gfs2: convert to fileattr") changed the argument list without updating the description. Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent 62fb987 commit 0f1616f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/gfs2/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void gfs2_set_inode_flags(struct inode *inode)
210210

211211
/**
212212
* do_gfs2_set_flags - set flags on an inode
213-
* @filp: file pointer
213+
* @inode: The inode
214214
* @reqflags: The flags to set
215215
* @mask: Indicates which flags are valid
216216
* @fsflags: The FS_* inode flags passed in

0 commit comments

Comments
 (0)