staging: lustre: move libcfs to lnet layer

The lustre file system has a layered architecture with
libcfs as the lowest layer and LNet layered on top. Then
on top of LNet we run the lustre client. This patch moves
the libcfs module code out of lustre into the lnet tree.
This fits into the long term goal of eventually merging
libcfs into LNet.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
James Simmons 2016-03-08 17:35:26 -05:00 committed by Greg Kroah-Hartman
parent 708a24c189
commit 71bf3883ae
25 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
obj-$(CONFIG_LNET) += lnet/ klnds/ selftest/
obj-$(CONFIG_LNET) += libcfs/ lnet/ klnds/ selftest/

View File

@ -1,4 +1,4 @@
obj-$(CONFIG_LUSTRE_FS) += libcfs.o
obj-$(CONFIG_LNET) += libcfs.o
libcfs-linux-objs := linux-tracefile.o linux-debug.o
libcfs-linux-objs += linux-prim.o linux-cpu.o

View File

@ -1,2 +1,2 @@
obj-$(CONFIG_LUSTRE_FS) += libcfs/ obdclass/ ptlrpc/ fld/ osc/ mgc/ \
obj-$(CONFIG_LUSTRE_FS) += obdclass/ ptlrpc/ fld/ osc/ mgc/ \
fid/ lov/ mdc/ lmv/ llite/ obdecho/