]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/lustre/fld: prepare FLD module for client server split
authorLiu Xuezhao <xuezhao.liu@emc.com>
Mon, 22 Jul 2013 16:06:54 +0000 (00:06 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 20:39:14 +0000 (13:39 -0700)
commite62e5d9251bf8efd08318e78bcaca86fde228383
tree44a009ef5eacadaba29cf21fe14d4c041a4e5868
parent02524b200ca8adec61488ce23e96b6d8816778ae
staging/lustre/fld: prepare FLD module for client server split

Split FLD server from client, fld_{handler,index}.c are not compliled
unless server support is enabled.  Do not include dt_object.h or
lustre_mdt.h in lustre_fld.h and fix the minor breakages caused by
this elsewhere.  Generally cleanup includes in lustre/fld.

Signed-off-by: Liu Xuezhao <xuezhao.liu@emc.com>
Signed-off-by: John L. Hammond <john.hammond@intel.com>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-1330
Lustre-change: http://review.whamcloud.com/2675
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fld/Makefile
drivers/staging/lustre/lustre/fld/fld_handler.c [deleted file]
drivers/staging/lustre/lustre/fld/fld_index.c [deleted file]
drivers/staging/lustre/lustre/fld/fld_internal.h
drivers/staging/lustre/lustre/fld/fld_request.c
drivers/staging/lustre/lustre/fld/lproc_fld.c
drivers/staging/lustre/lustre/include/lustre_fld.h
drivers/staging/lustre/lustre/include/lustre_mdt.h [deleted file]
drivers/staging/lustre/lustre/obdecho/echo_client.c