Skip to content

Commit

Permalink
fs/9p: remove sparse warning in vfs_inode
Browse files Browse the repository at this point in the history
make v9fs_dentry_from_dir_inode static

Signed-off-by: Eric Van Hensbergen <[email protected]>
  • Loading branch information
ericvh committed Aug 2, 2010
1 parent 0b1208b commit ea13753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ea13753

Please sign in to comment.