mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 13:46:15 +07:00
configfs: make configfs_dirent_exists() static
This patch makes the needlessly global configfs_dirent_exists() static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
parent
25899deef4
commit
58d206c2fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user