From: Eric Paris Date: Tue, 10 Sep 2013 13:51:50 +0000 (-0400) Subject: security: remove erroneous comment about capabilities.o link ordering X-Git-Tag: v3.13-rc1~18^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c9e45d18ace44d02574518144742a00c7a94ec;p=pandora-kernel.git security: remove erroneous comment about capabilities.o link ordering Back when we had half ass LSM stacking we had to link capabilities.o after bigger LSMs so that on initialization the bigger LSM would register first and the capabilities module would be the one stacked as the 'seconday'. Somewhere around 6f0f0fd496333777d53 (back in 2008) we finally removed the last of the kinda module stacking code but this comment in the makefile still lives today. Reported-by: Valdis Kletnieks Signed-off-by: Eric Paris Signed-off-by: James Morris --- Reading git-diff-tree failed