mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
kerndat: Mark get_last_cap static
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
71f5542e00
commit
9ffc19b307
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ static int init_zero_page_pfn()
|
|||
return ret;
|
||||
}
|
||||
|
||||
int get_last_cap(void)
|
||||
static int get_last_cap(void)
|
||||
{
|
||||
struct sysctl_req req[] = {
|
||||
{ "kernel/cap_last_cap", &kdat.last_cap, CTL_U32 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue