From: Peng Tao Date: Mon, 15 Jul 2013 14:27:05 +0000 (+0800) Subject: staging/lustre: fix Lustre code link order X-Git-Tag: v3.12-rc1~183^2~803 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba32e16374beb2f479bbbf37dfa8fcf785bac3f;p=pandora-kernel.git staging/lustre: fix Lustre code link order Change Makefiles to keep link order in match with Lustre module dependency, so that when Lustre is built in kernel, we'll have the same dependency. Otherwise we'll crash kernel if Lustre is builtin due to missing internal dependency. Reported-by: Fengguang Wu Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed