NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init
[linux-block.git] / fs / nfs / sysfs.h
CommitLineData
996bc4f4
TM
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2019 Hammerspace Inc
4 */
5
6#ifndef __NFS_SYSFS_H
7#define __NFS_SYSFS_H
8
9
10extern struct kobject *nfs_client_kobj;
11
12extern int nfs_sysfs_init(void);
13extern void nfs_sysfs_exit(void);
14
15#endif