Whamcloud - gitweb
LU-9019 obd: migrate upcall cache to time64_t
[fs/lustre-release.git] / lustre / utils / ll_decode_filter_fid.c
index ea10e6d..975868a 100644 (file)
@@ -23,7 +23,7 @@
  * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2014, Intel Corporation.
+ * Copyright (c) 2011, 2017, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -43,7 +43,7 @@
 #include <sys/types.h>
 #include <sys/xattr.h>
 #include <asm/byteorder.h>
-#include <lustre/lustre_user.h>
+#include <linux/lustre/lustre_user.h>
 
 #define PFID_STRIPE_IDX_BITS   16
 #define PFID_STRIPE_COUNT_MASK ((1 << PFID_STRIPE_IDX_BITS) - 1)