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

Commit 58d206c2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark Fasheh
Browse files

configfs: make configfs_dirent_exists() static



This patch makes the needlessly global configfs_dirent_exists() static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 25899dee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ 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,
static int configfs_dirent_exists(struct configfs_dirent *parent_sd,
				  const unsigned char *new)
{
	struct configfs_dirent * sd;