Whamcloud - gitweb
LU-2675 llite: merge lclient/*.c into llite/ 71/10171/4
authorJohn L. Hammond <john.hammond@intel.com>
Wed, 30 Apr 2014 21:15:47 +0000 (16:15 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 24 Jul 2014 21:56:26 +0000 (21:56 +0000)
Merge the lclient directory into the llite directory.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I0f08d88289edce21b63810c23de66b6963718f21
Reviewed-on: http://review.whamcloud.com/10171
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/lclient/.gitignore [deleted file]
lustre/lclient/Makefile.am [deleted file]
lustre/liblustre/Makefile.am
lustre/llite/Makefile.in
lustre/llite/glimpse.c [moved from lustre/lclient/glimpse.c with 100% similarity]
lustre/llite/lcommon_cl.c [moved from lustre/lclient/lcommon_cl.c with 100% similarity]
lustre/llite/lcommon_misc.c [moved from lustre/lclient/lcommon_misc.c with 100% similarity]

index efe98f9..b52da49 100644 (file)
@@ -45,7 +45,7 @@ ALWAYS_SUBDIRS = include obdclass ldlm ptlrpc obdecho \
 SERVER_SUBDIRS = ost mgs mdt mdd ofd osd-zfs osd-ldiskfs \
        quota osp lod target lfsck nodemap
 
-CLIENT_SUBDIRS = mdc lmv llite lclient lov osc
+CLIENT_SUBDIRS = mdc lmv llite lov osc
 
 SUBDIRS := $(ALWAYS_SUBDIRS)
 
index 0891fd4..a9fd267 100644 (file)
@@ -1961,7 +1961,6 @@ lustre/fid/Makefile
 lustre/fid/autoMakefile
 lustre/llite/Makefile
 lustre/llite/autoMakefile
-lustre/lclient/Makefile
 lustre/lov/Makefile
 lustre/lov/autoMakefile
 lustre/mdc/Makefile
diff --git a/lustre/lclient/.gitignore b/lustre/lclient/.gitignore
deleted file mode 100644 (file)
index 10a7e8d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/Makefile.in
diff --git a/lustre/lclient/Makefile.am b/lustre/lclient/Makefile.am
deleted file mode 100644 (file)
index b5a6d4a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_DIST=glimpse.c lcommon_cl.c lcommon_misc.c
index 6473813..9cb3682 100644 (file)
@@ -50,8 +50,7 @@ install-exec-hook:
 endif
 
 libllite_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c \
-                    lutil.c lutil.h llite_lib.h llite_cl.c \
-                     ../lclient/lcommon_cl.c ../lclient/glimpse.c ../lclient/lcommon_misc.c
+                    lutil.c lutil.h llite_lib.h llite_cl.c
 
 # for make rpms -- need cleanup
 liblustre_a_SOURCES = llite_lib.c super.c namei.c rw.c file.c dir.c \
index 562b9d0..cfe49d3 100644 (file)
@@ -4,7 +4,9 @@ lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
 lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
 lustre-objs += xattr.o xattr_cache.o remote_perm.o llite_rmtacl.o llite_capa.o
 lustre-objs += rw26.o super25.o statahead.o
-lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o
+lustre-objs += glimpse.o
+lustre-objs += lcommon_cl.o
+lustre-objs += lcommon_misc.o
 lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o
 
 llite_lloop-objs := lloop.o