[PATCH 15/32] ns: remove ns_alloc_inum()

Christian Brauner posted 32 patches 9 hours ago
[PATCH 15/32] ns: remove ns_alloc_inum()
Posted by Christian Brauner 9 hours ago
It's now unused.

Signed-off-by: Christian Brauner <brauner@kernel.org>
---
 include/linux/proc_ns.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/linux/proc_ns.h b/include/linux/proc_ns.h
index dbb119bda097..e50d312f9fee 100644
--- a/include/linux/proc_ns.h
+++ b/include/linux/proc_ns.h
@@ -66,12 +66,6 @@ static inline void proc_free_inum(unsigned int inum) {}
 
 #endif /* CONFIG_PROC_FS */
 
-static inline int ns_alloc_inum(struct ns_common *ns)
-{
-	WRITE_ONCE(ns->stashed, NULL);
-	return proc_alloc_inum(&ns->inum);
-}
-
 static inline int ns_common_init(struct ns_common *ns,
 				 const struct proc_ns_operations *ops,
 				 bool alloc_inum)

-- 
2.47.3
Re: [PATCH 15/32] ns: remove ns_alloc_inum()
Posted by Jan Kara 7 hours ago
On Wed 10-09-25 16:37:00, Christian Brauner wrote:
> It's now unused.
> 
> Signed-off-by: Christian Brauner <brauner@kernel.org>

Looks good. Feel free to add:

Reviewed-by: Jan Kara <jack@suse.cz>

								Honza

> ---
>  include/linux/proc_ns.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/include/linux/proc_ns.h b/include/linux/proc_ns.h
> index dbb119bda097..e50d312f9fee 100644
> --- a/include/linux/proc_ns.h
> +++ b/include/linux/proc_ns.h
> @@ -66,12 +66,6 @@ static inline void proc_free_inum(unsigned int inum) {}
>  
>  #endif /* CONFIG_PROC_FS */
>  
> -static inline int ns_alloc_inum(struct ns_common *ns)
> -{
> -	WRITE_ONCE(ns->stashed, NULL);
> -	return proc_alloc_inum(&ns->inum);
> -}
> -
>  static inline int ns_common_init(struct ns_common *ns,
>  				 const struct proc_ns_operations *ops,
>  				 bool alloc_inum)
> 
> -- 
> 2.47.3
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR