Whamcloud - gitweb
LU-6401 headers: move seq_range.h to correct directory 63/18863/4
authorBen Evans <bevans@cray.com>
Thu, 10 Mar 2016 22:09:47 +0000 (16:09 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 11 Apr 2016 02:52:05 +0000 (02:52 +0000)
in change http://review.whamcloud.com/#/c/16339/ seq_range.h
was put in the wrong directory, and was requested to move it
up a level.

Signed-off-by: Ben Evans <bevans@cray.com>
Change-Id: I461273c4d216714eddc7d4d5c7cdb8ac9f8c8678
Reviewed-on: http://review.whamcloud.com/18863
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/include/Makefile.am
lustre/include/lustre/Makefile.am
lustre/include/lustre_fld.h
lustre/include/seq_range.h [moved from lustre/include/lustre/seq_range.h with 100% similarity]

index 410b55c..4bb51d9 100644 (file)
@@ -100,4 +100,5 @@ EXTRA_DIST = \
        obd_target.h \
        upcall_cache.h \
        lustre_kernelcomm.h \
+       seq_range.h \
        uapi_kernelcomm.h
index cef28e8..d731de3 100644 (file)
@@ -41,5 +41,4 @@ pkginclude_HEADERS = lustreapi.h lustre_user.h liblustreapi.h ll_fiemap.h
 endif
 
 EXTRA_DIST = lustreapi.h lustre_idl.h lustre_user.h liblustreapi.h \
-       libiam.h ll_fiemap.h lustre_lfsck_user.h lustre_errno.h \
-       seq_range.h
+       libiam.h ll_fiemap.h lustre_lfsck_user.h lustre_errno.h
index 7bdb2fe..1dc07cd 100644 (file)
@@ -44,7 +44,7 @@
 
 #include <lustre/lustre_idl.h>
 #include <libcfs/libcfs.h>
-#include <lustre/seq_range.h>
+#include <seq_range.h>
 
 struct lu_env;
 struct lu_client_fld;