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:
parent
708a24c189
commit
71bf3883ae
|
@ -1 +1 @@
|
|||
obj-$(CONFIG_LNET) += lnet/ klnds/ selftest/
|
||||
obj-$(CONFIG_LNET) += libcfs/ lnet/ klnds/ selftest/
|
||||
|
|
|
@ -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
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue