]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/init_task.h
netfilter: nat: fix src map lookup
[mirror_ubuntu-artful-kernel.git] / include / linux / init_task.h
index e049526bc188f765c7521653cf6fb90a574bc673..a2f6707e9fc054a95213d4a42e01ecf55b9a0730 100644 (file)
@@ -170,9 +170,9 @@ extern struct cred init_cred;
 
 #ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN
 # define INIT_VTIME(tsk)                                               \
-       .vtime_seqcount = SEQCNT_ZERO(tsk.vtime_seqcount),      \
-       .vtime_snap = 0,                                \
-       .vtime_snap_whence = VTIME_SYS,
+       .vtime.seqcount = SEQCNT_ZERO(tsk.vtime.seqcount),              \
+       .vtime.starttime = 0,                                           \
+       .vtime.state = VTIME_SYS,
 #else
 # define INIT_VTIME(tsk)
 #endif