Commit ea137533 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen

fs/9p: remove sparse warning in vfs_inode

make v9fs_dentry_from_dir_inode static
Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent 0b1208b1
......@@ -260,7 +260,7 @@ static gid_t v9fs_get_fsgid_for_create(struct inode *dir_inode)
*
*/
struct dentry *v9fs_dentry_from_dir_inode(struct inode *inode)
static struct dentry *v9fs_dentry_from_dir_inode(struct inode *inode)
{
struct dentry *dentry;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment