[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250916012537.GL39973@ZenIV>
Date: Tue, 16 Sep 2025 02:25:37 +0100
From: Al Viro <viro@...iv.linux.org.uk>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: Christian Brauner <brauner@...nel.org>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, llvm@...ts.linux.dev,
Jan Kara <jack@...e.cz>, Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <nick.desaulniers+lkml@...il.com>,
Bill Wendling <morbo@...gle.com>,
Justin Stitt <justinstitt@...gle.com>
Subject: Re: [PATCH v1 1/1] lock_mount(): Remove unused function
On Mon, Sep 15, 2025 at 06:02:21PM +0200, Andy Shevchenko wrote:
> clang is not happy about unused function:
>
> /fs/namespace.c:2856:20: error: unused function 'lock_mount' [-Werror,-Wunused-function]
> 2856 | static inline void lock_mount(const struct path *path,
> | ^~~~~~~~~~
> 1 error generated.
>
> Fix the compilation breakage (`make W=1` build) by removing unused function.
>
> Fixes: d14b32629541 ("change calling conventions for lock_mount() et.al.")
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Folded into commit in question to avoid bisect hazard
Powered by blists - more mailing lists