Skip to content

Commit 434d7f9

Browse files
herbertxKAGA-KOKO
authored andcommitted
timens: Add struct seq_file forward declaration
Add forward declaration of struct seq_file before using it in a function prototype. Fixes: 04a8682 ("fs/proc: Introduce /proc/pid/timens_offsets") Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Andrei Vagin <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 5abc743 commit 434d7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/time_namespace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
struct user_namespace;
1313
extern struct user_namespace init_user_ns;
1414

15+
struct seq_file;
1516
struct vm_area_struct;
1617

1718
struct timens_offsets {

0 commit comments

Comments
 (0)