]> git.baikalelectronics.ru Git - kernel.git/commit
tsacct: add 64-bit btime field
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Oct 2019 14:47:56 +0000 (16:47 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Dec 2019 17:07:31 +0000 (18:07 +0100)
commitb0535ecbd3ae250602b23ce24ff7657fd94b6f29
treed0059a3d25f1fae377e927c529e63defbf483265
parent0402859b9f27a81291ca79e146896a38f6141302
tsacct: add 64-bit btime field

As there is only a 32-bit ac_btime field in taskstat and
we should handle dates after the overflow, add a new field
with the same information but 64-bit width that can hold
a full time64_t.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/uapi/linux/taskstats.h
kernel/tsacct.c