vfs: stop counting on gcc not messing with mnt_expiry_mark if not asked
authorMateusz Guzik <mjguzik@gmail.com>
Wed, 4 Oct 2023 11:19:16 +0000 (13:19 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 19 Oct 2023 09:02:49 +0000 (11:02 +0200)
commit6c4d1c99d2ad5e12b897da482ca8305b929cb9ce
treea81195ab2ce738d733d84795757205a53d425604
parent95e93d17cb113a3b097774874572b69c058acab5
vfs: stop counting on gcc not messing with mnt_expiry_mark if not asked

So happens it already was not doing it, but there is no need to "hope"
as indicated in the comment.

No changes in generated assembly.

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Link: https://lore.kernel.org/r/20231004111916.728135-3-mjguzik@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namespace.c