commit | cd9d67dfd2b4db5fdbf9dfa69e202b8571f1db20 | [log] [tgz] |
---|---|---|
author | Michael Halcrow <mhalcrow@us.ibm.com> | Tue Oct 16 01:28:04 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 16 09:43:11 2007 -0700 |
tree | 77682cc92d32d2bb3ce745bdbb7e76ec09c246c5 | |
parent | dd8e2902d0c02ee28043071023f8fa6063fe8e8f [diff] |
eCryptfs: make needlessly global symbols static Andrew Morton wrote: > Please check that all the newly-added global symbols do indeed need > to be global. Change symbols in keystore.c and crypto.o to static if they do not need to be global. Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>