summaryrefslogtreecommitdiff
path: root/bpfc/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-04-27 09:45:21 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-04-27 09:45:21 +0200
commitab19a9757695b6a90d73bb3782584e5995195b24 (patch)
treec8a1187ef1b1d5fe60c3826a416d86db11a31b27 /bpfc/Makefile
parentf321e02ac398ae92a5e5431c8ca915dd757d2986 (diff)
ring: Remove unused parameter sock from setup_ring_layout_generic()
setup_ring_layout_generic() takes an "int sock" parameter but never uses it. Remove it to prevent -Wunused-parameter warnings. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc/Makefile')
0 files changed, 0 insertions, 0 deletions
r process. The MEM errors form userspace will result in a SIGKILL and also cause the offending pages to be claimed so they are no longer used in future tasks. SIGKILL is used to ensure that the process does not try to coredump and result in an attempt to read the memory again from within kernel space. Although there is a HV call to scrub the memory (mem_scrub), there is no easy way to guarantee that the real memory address(es) are not used by other tasks. Clearing the error with mem_scrub would zero the memory and cause the other processes to proceed with bad data. The handling of other non-resumable errors remain unchanged and will cause a panic. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')