[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ykobzabaopivf4ltmayktpobcd77dyf243moioqjiaydapugd2@sucwmv52we3h>
Date: Thu, 8 Jan 2026 15:52:41 +0100
From: Jan Kara <jack@...e.cz>
To: Ben Dooks <ben.dooks@...ethink.co.uk>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
jack@...e.cz, brauner@...nel.or, viro@...iv.linux.org.uk
Subject: Re: [PATCH] fs: add <linux/init_task.h> for 'init_fs'
On Thu 08-01-26 11:58:56, Ben Dooks wrote:
> The init_fs symbol is defined in <linux/init_task.h> but was
> not included in fs/fs_struct.c so fix by adding the include.
>
> Fixes the following sparse warning:
> fs/fs_struct.c:150:18: warning: symbol 'init_fs' was not declared. Should it be static?
>
> Fixes: 3e93cd671813e ("Take fs_struct handling to new file")
> Signed-off-by: Ben Dooks <ben.dooks@...ethink.co.uk>
Sure. Feel free to add:
Reviewed-by: Jan Kara <jack@...e.cz>
Honza
> ---
> fs/fs_struct.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/fs_struct.c b/fs/fs_struct.c
> index b8c46c5a38a0..394875d06fd6 100644
> --- a/fs/fs_struct.c
> +++ b/fs/fs_struct.c
> @@ -6,6 +6,7 @@
> #include <linux/path.h>
> #include <linux/slab.h>
> #include <linux/fs_struct.h>
> +#include <linux/init_task.h>
> #include "internal.h"
>
> /*
> --
> 2.37.2.352.g3c44437643
>
--
Jan Kara <jack@...e.com>
SUSE Labs, CR
Powered by blists - more mailing lists