From: Andi Kleen Date: Sat, 8 Feb 2014 07:57:01 +0000 (+0100) Subject: sections, ipvs: Remove useless __read_mostly for ipvs genl_ops X-Git-Tag: v3.15-rc1~113^2~144^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61b0c1328288d946bc9a9131f89c46e74d2d23b;p=pandora-kernel.git sections, ipvs: Remove useless __read_mostly for ipvs genl_ops const __read_mostly does not make any sense, because const data is already read-only. Remove the __read_mostly for the ipvs genl_ops. This avoids a LTO section conflict compile problem. Cc: Wensong Zhang Cc: Simon Horman Cc: Patrick McHardy Cc: lvs-devel@vger.kernel.org Signed-off-by: Andi Kleen Signed-off-by: Simon Horman --- Reading git-diff-tree failed