kernel/fork.c: unexport get_{mm,task}_exe_file
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Sep 2021 03:00:35 +0000 (20:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 8 Sep 2021 18:50:28 +0000 (11:50 -0700)
commit05da8113c9ba63a8913e6c73dc06ed01cae55f68
tree53940d47a395851b154b20d6f159635835617e92
parent6fcac87e1f9e5b27805a2a404f4849194bb51de8
kernel/fork.c: unexport get_{mm,task}_exe_file

Only used by core code and the tomoyo which can't be a module either.

Link: https://lkml.kernel.org/r/20210820095430.445242-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/fork.c