]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Export dump_{write,seek} to binary loader modules
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Oct 2010 02:15:28 +0000 (19:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Oct 2010 02:15:28 +0000 (19:15 -0700)
commit8fd01d6cfbf75465d84a4e533ed70c5f57b3ff51
tree9a03e08d879f14d5c0413fdc9f3e70bcf213279d
parentcd07202cc8262e1669edff0d97715f3dd9260917
Export dump_{write,seek} to binary loader modules

If you build aout support as a module, you'll want these exported.

Reported-by: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exec.c