[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aMlHXBswxpy0D7s9@smile.fi.intel.com>
Date: Tue, 16 Sep 2025 14:17:48 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Al Viro <viro@...iv.linux.org.uk>
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 Tue, Sep 16, 2025 at 02:25:37AM +0100, Al Viro wrote:
> 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
Thank you!
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists