From: Ben Evans Date: Thu, 10 Mar 2016 22:09:47 +0000 (-0600) Subject: LU-6401 headers: move seq_range.h to correct directory X-Git-Tag: 2.8.52~14 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=1230bc483cbd15280ef2abf235eed600d500b9da LU-6401 headers: move seq_range.h to correct directory 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 Change-Id: I461273c4d216714eddc7d4d5c7cdb8ac9f8c8678 Reviewed-on: http://review.whamcloud.com/18863 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Andreas Dilger Reviewed-by: John L. Hammond --- diff --git a/lustre/include/Makefile.am b/lustre/include/Makefile.am index 410b55c..4bb51d9 100644 --- a/lustre/include/Makefile.am +++ b/lustre/include/Makefile.am @@ -100,4 +100,5 @@ EXTRA_DIST = \ obd_target.h \ upcall_cache.h \ lustre_kernelcomm.h \ + seq_range.h \ uapi_kernelcomm.h diff --git a/lustre/include/lustre/Makefile.am b/lustre/include/lustre/Makefile.am index cef28e8..d731de3 100644 --- a/lustre/include/lustre/Makefile.am +++ b/lustre/include/lustre/Makefile.am @@ -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 diff --git a/lustre/include/lustre_fld.h b/lustre/include/lustre_fld.h index 7bdb2fe..1dc07cd 100644 --- a/lustre/include/lustre_fld.h +++ b/lustre/include/lustre_fld.h @@ -44,7 +44,7 @@ #include #include -#include +#include struct lu_env; struct lu_client_fld; diff --git a/lustre/include/lustre/seq_range.h b/lustre/include/seq_range.h similarity index 100% rename from lustre/include/lustre/seq_range.h rename to lustre/include/seq_range.h