Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;