diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2017-05-08 15:59:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 17:15:15 -0700 |
commit | 24d0d03c2edcd24906cf04fe4f41fa619f1fe632 (patch) | |
tree | 6da75e2080f98745ad26ef91916219437405615c /crypto/chacha20poly1305.c | |
parent | 47f38c539e9a42344ff5a664942075bd4df93876 (diff) | |
download | blackbird-op-linux-24d0d03c2edcd24906cf04fe4f41fa619f1fe632.tar.gz blackbird-op-linux-24d0d03c2edcd24906cf04fe4f41fa619f1fe632.zip |
apparmorfs: replace CURRENT_TIME with current_time()
CURRENT_TIME macro is not y2038 safe on 32 bit systems.
The patch replaces all the uses of CURRENT_TIME by current_time().
This is also in preparation for the patch that transitions vfs
timestamps to use 64 bit time and hence make them y2038 safe.
current_time() is also planned to be transitioned to y2038 safe behavior
along with this change.
CURRENT_TIME macro will be deleted before merging the aforementioned
change.
Link: http://lkml.kernel.org/r/1491613030-11599-11-git-send-email-deepa.kernel@gmail.com
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'crypto/chacha20poly1305.c')
0 files changed, 0 insertions, 0 deletions