Skip to content

Commit

Permalink
vfs: fix kerneldoc for generic_fh_to_parent()
Browse files Browse the repository at this point in the history
Wrong function name in the kerneldoc description of generic_fh_to_parent().

Signed-off-by: Yanchuan Nian <ycnian@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Yanchuan Nian authored and Jiri Kosina committed Sep 5, 2012
1 parent 4907cb7 commit ca18683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/libfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid,
EXPORT_SYMBOL_GPL(generic_fh_to_dentry);

/**
* generic_fh_to_dentry - generic helper for the fh_to_parent export operation
* generic_fh_to_parent - generic helper for the fh_to_parent export operation
* @sb: filesystem to do the file handle conversion on
* @fid: file handle to convert
* @fh_len: length of the file handle in bytes
Expand Down

0 comments on commit ca18683

Please sign in to comment.