diff --git a/[refs] b/[refs] index 708a354c2833..d3cfc1db3107 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 25899deef46c226c49c53b42c00e0f032379c04b +refs/heads/master: 58d206c2fa5cc0b35bf3ca48324d7633aa7d0412 diff --git a/trunk/fs/configfs/dir.c b/trunk/fs/configfs/dir.c index 452cfd1e785f..c398861f78a5 100644 --- a/trunk/fs/configfs/dir.c +++ b/trunk/fs/configfs/dir.c @@ -93,8 +93,8 @@ static struct configfs_dirent *configfs_new_dirent(struct configfs_dirent * pare * * called with parent inode's i_mutex held */ -int configfs_dirent_exists(struct configfs_dirent *parent_sd, - const unsigned char *new) +static int configfs_dirent_exists(struct configfs_dirent *parent_sd, + const unsigned char *new) { struct configfs_dirent * sd;