From 2ac428fe8ab9a88c1f5606dfafe5cb25e4183c7b Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 29 May 2013 21:40:54 +0800 Subject: [PATCH] staging/lustre: fix build error We missed one file... Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/obdclass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/obdclass/Makefile b/drivers/staging/lustre/lustre/obdclass/Makefile index d2763f3f83c..3f53ec64bef 100644 --- a/drivers/staging/lustre/lustre/obdclass/Makefile +++ b/drivers/staging/lustre/lustre/obdclass/Makefile @@ -7,7 +7,7 @@ obdclass-y := linux/linux-module.o linux/linux-obdo.o linux/linux-sysctl.o \ local_storage.o statfs_pack.o obdo.o obd_config.o obd_mount.o\ mea.o lu_object.o dt_object.o capa.o cl_object.o \ cl_page.o cl_lock.o cl_io.o lu_ref.o acl.o idmap.o \ - md_local_object.o + md_local_object.o lu_ucred.o ccflags-y := -I$(src)/../include -- 2.43.2