Whamcloud - gitweb
LU-10141 llapi: integer overflow in llapi_changelog_start
[fs/lustre-release.git] / lustre / utils / lustre_lfsck.c
index fc533da..2524f99 100644 (file)
@@ -42,9 +42,9 @@
 #include "obdctl.h"
 #include "lustreapi_internal.h"
 
-#include <lustre/lustre_lfsck_user.h>
-#include <lnet/lnetctl.h>
-#include <linux/lustre_ioctl.h>
+#include <linux/lnet/lnetctl.h>
+#include <linux/lustre/lustre_ioctl.h>
+#include <linux/lustre/lustre_lfsck_user.h>
 /* Needs to be last to avoid clashes */
 #include <libcfs/util/ioctl.h>
 #include <libcfs/util/param.h>