]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs/namespace: fnic: Switch to use %ptTd
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 14 Mar 2023 15:09:06 +0000 (17:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:10:43 +0000 (15:10 +0200)
commit33e460b424b8bb6ba911a6cc745240b90c436d78
tree92f138dd21508bc822ec486a4319d84c79eda505
parenta6e8d2a063680b14f086651e7c457b0fc0ef46e7
fs/namespace: fnic: Switch to use %ptTd

[ Upstream commit 74e60b8b2f0fe3702710e648a31725ee8224dbdf ]

Use %ptTd instead of open-coded variant to print contents
of time64_t type in human readable form.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Stable-dep-of: 4bcda1eaf184 ("mount: handle OOM on mnt_warn_timestamp_expiry")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/namespace.c