From: Tristan Lelong Date: Sun, 7 Dec 2014 00:00:30 +0000 (-0800) Subject: staging: lustre: replace static value with define X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376048962321f630b523d5f1421f5c9cfa051cd0;p=pandora-kernel.git staging: lustre: replace static value with define This patch replace the value '80' used in several files in the lustre source code with a define LUSTRE_MDT_MAXNAMELEN. This value is used in 4 different structures as the maximum len for a service name. According to the comments, these names follow a convention which make it possible to use the same define for LCS, LSS, LCF, and LSF. Signed-off-by: Tristan Lelong Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed