diff options
author | 2025-05-30 16:30:11 +0800 | |
---|---|---|
committer | 2025-06-04 11:27:11 +0200 | |
commit | 434d7f9b0e24e1f0166d05f10881a8ab386845b7 (patch) | |
tree | 27df47158df9e132cfb2f852c378140e9275d213 /include | |
parent | Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfs (diff) | |
download | linux-rng-434d7f9b0e24e1f0166d05f10881a8ab386845b7.tar.xz linux-rng-434d7f9b0e24e1f0166d05f10881a8ab386845b7.zip |
timens: Add struct seq_file forward declaration
Add forward declaration of struct seq_file before using it in a
function prototype.
Fixes: 04a8682a71be ("fs/proc: Introduce /proc/pid/timens_offsets")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Andrei Vagin <avagin@gmail.com>
Link: https://lore.kernel.org/all/aDlskzKIAULMlwPj@gondor.apana.org.au
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/time_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/time_namespace.h b/include/linux/time_namespace.h index 0b8b32bf0655..bb2c52f4fc94 100644 --- a/include/linux/time_namespace.h +++ b/include/linux/time_namespace.h @@ -12,6 +12,7 @@ struct user_namespace; extern struct user_namespace init_user_ns; +struct seq_file; struct vm_area_struct; struct timens_offsets { |