|
@@ -21,8 +21,6 @@
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-#include <linux/fscache.h>
|
|
|
-
|
|
|
#include "super.h"
|
|
|
#include "cache.h"
|
|
|
|
|
@@ -56,12 +54,12 @@ static const struct fscache_cookie_def ceph_fscache_fsid_object_def = {
|
|
|
.get_key = ceph_fscache_session_get_key,
|
|
|
};
|
|
|
|
|
|
-int ceph_fscache_register()
|
|
|
+int ceph_fscache_register(void)
|
|
|
{
|
|
|
return fscache_register_netfs(&ceph_cache_netfs);
|
|
|
}
|
|
|
|
|
|
-void ceph_fscache_unregister()
|
|
|
+void ceph_fscache_unregister(void)
|
|
|
{
|
|
|
fscache_unregister_netfs(&ceph_cache_netfs);
|
|
|
}
|