Whamcloud - gitweb
LU-10232 lov: call cl_object_attr_get under cl_attr lock
[fs/lustre-release.git] / lustre / include / lustre_kernelcomm.h
index 1d6efda..db681c4 100644 (file)
 #define __LUSTRE_KERNELCOMM_H__
 
 /* For declarations shared with userspace */
-#include <uapi_kernelcomm.h>
+#include <uapi/linux/lustre/lustre_kernelcomm.h>
 
 /* prototype for callback function on kuc groups */
 typedef int (*libcfs_kkuc_cb_t)(void *data, void *cb_arg);
 
 /* Kernel methods */
+void libcfs_kkuc_init(void);
 int libcfs_kkuc_msg_put(struct file *fp, void *payload);
 int libcfs_kkuc_group_put(int group, void *payload);
 int libcfs_kkuc_group_add(struct file *fp, int uid, int group,