coredump: call do_unlinkat directly instead of sys_unlink
authorChristoph Hellwig <hch@lst.de>
Sat, 4 Nov 2017 10:44:46 +0000 (13:44 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 10 Nov 2017 13:48:49 +0000 (08:48 -0500)
commit96271654f55c74ff7325fbdfc535466c9deb0ce6
tree01a9c73ca27c828de7df07a6bdba2fbab980e98c
parentda2f1362c8bdf187c171a59a2c84b8ed3566d5fe
coredump: call do_unlinkat directly instead of sys_unlink

And stop messing with the address limit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/coredump.c