[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200918163814.GF32101@casper.infradead.org>
Date: Fri, 18 Sep 2020 17:38:14 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Konstantin Komarov <almaz.alexandrovich@...agon-software.com>
Cc: Joe Perches <joe@...ches.com>,
"linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
"viro@...iv.linux.org.uk" <viro@...iv.linux.org.uk>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"pali@...nel.org" <pali@...nel.org>,
"dsterba@...e.cz" <dsterba@...e.cz>,
"aaptel@...e.com" <aaptel@...e.com>,
"rdunlap@...radead.org" <rdunlap@...radead.org>,
"mark@...mstone.com" <mark@...mstone.com>,
"nborisov@...e.com" <nborisov@...e.com>
Subject: Re: [PATCH v5 03/10] fs/ntfs3: Add bitmap
On Fri, Sep 18, 2020 at 04:29:34PM +0000, Konstantin Komarov wrote:
> From: Joe Perches <joe@...ches.com>
> Sent: Sunday, September 13, 2020 9:44 PM
> >
> > On Fri, 2020-09-11 at 17:10 +0300, Konstantin Komarov wrote:
> > > This adds bitmap
> >
> > $ make fs/ntfs3/
> > SYNC include/config/auto.conf.cmd
> > CALL scripts/checksyscalls.sh
> > CALL scripts/atomic/check-atomics.sh
> > DESCEND objtool
> > CC fs/ntfs3/bitfunc.o
> > CC fs/ntfs3/bitmap.o
> > fs/ntfs3/bitmap.c: In function ‘wnd_rescan’:
> > fs/ntfs3/bitmap.c:556:4: error: implicit declaration of function ‘page_cache_readahead_unbounded’; did you mean
> > ‘page_cache_ra_unbounded’? [-Werror=implicit-function-declaration]
> > 556 | page_cache_readahead_unbounded(
> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > | page_cache_ra_unbounded
> > cc1: some warnings being treated as errors
> > make[2]: *** [scripts/Makefile.build:283: fs/ntfs3/bitmap.o] Error 1
> > make[1]: *** [scripts/Makefile.build:500: fs/ntfs3] Error 2
> > make: *** [Makefile:1792: fs] Error 2
> >
> Hi Joe! Doesn't seem to be an issue for 5.9_rc5. Which repo should've
> been used to reproduce?
It's in the -mm tree, which is included in linux-next.
Powered by blists - more mailing lists