Rename shm_dict_init to shm_init to fix a compiler warning.

Reviewed by:	jhb
This commit is contained in:
Andreas Tobler 2014-08-29 21:50:32 +00:00
parent 89871cdeb6
commit 5be725d7e8

View File

@ -109,7 +109,7 @@ static dev_t shm_dev_ino;
static int shm_access(struct shmfd *shmfd, struct ucred *ucred, int flags);
static struct shmfd *shm_alloc(struct ucred *ucred, mode_t mode);
static void shm_dict_init(void *arg);
static void shm_init(void *arg);
static void shm_drop(struct shmfd *shmfd);
static struct shmfd *shm_hold(struct shmfd *shmfd);
static void shm_insert(char *path, Fnv32_t fnv, struct shmfd *shmfd);