On Tue, Jul 14, 2020 at 2:57 PM Sedat Dilek wrote:
>
> On Tue, Jul 14, 2020 at 2:53 PM Miklos Szeredi wrote:
> >
> > On Tue, Jul 14, 2020 at 2:40 PM Sedat Dilek wrote:
> >
> > > Did you sent out a new version of your patch?
> > > If yes, where can I get it from?
> >
> > Just pushed a bunch of fi
On Tue, Jul 14, 2020 at 2:53 PM Miklos Szeredi wrote:
>
> On Tue, Jul 14, 2020 at 2:40 PM Sedat Dilek wrote:
>
> > Did you sent out a new version of your patch?
> > If yes, where can I get it from?
>
> Just pushed a bunch of fixes including this one to
>
> git://git.kernel.org/pub/scm/linux/kerne
On Tue, Jul 14, 2020 at 2:40 PM Sedat Dilek wrote:
> Did you sent out a new version of your patch?
> If yes, where can I get it from?
Just pushed a bunch of fixes including this one to
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-next
Thanks,
Miklos
On Mon, Jul 13, 2020 at 6:16 PM Miklos Szeredi wrote:
>
> On Mon, Jul 13, 2020 at 10:02 AM Vasily Averin wrote:
> >
> > On 7/11/20 7:01 AM, Miklos Szeredi wrote:
> > > On Thu, Jun 25, 2020 at 11:02 AM Vasily Averin wrote:
> > >>
> > >> In current implementation fuse_writepages_fill() tries to sh
On 7/13/20 7:14 PM, Miklos Szeredi wrote:
> On Mon, Jul 13, 2020 at 10:02 AM Vasily Averin wrote:
>>
>> On 7/11/20 7:01 AM, Miklos Szeredi wrote:
>>> On Thu, Jun 25, 2020 at 11:02 AM Vasily Averin wrote:
In current implementation fuse_writepages_fill() tries to share the code:
for
On Mon, Jul 13, 2020 at 10:02 AM Vasily Averin wrote:
>
> On 7/11/20 7:01 AM, Miklos Szeredi wrote:
> > On Thu, Jun 25, 2020 at 11:02 AM Vasily Averin wrote:
> >>
> >> In current implementation fuse_writepages_fill() tries to share the code:
> >> for new wpa it calls tree_insert() with num_pages
On 7/11/20 7:01 AM, Miklos Szeredi wrote:
> On Thu, Jun 25, 2020 at 11:02 AM Vasily Averin wrote:
>>
>> In current implementation fuse_writepages_fill() tries to share the code:
>> for new wpa it calls tree_insert() with num_pages = 0
>> then switches to common code used non-modified num_pages
>>
On Thu, Jun 25, 2020 at 11:02 AM Vasily Averin wrote:
>
> In current implementation fuse_writepages_fill() tries to share the code:
> for new wpa it calls tree_insert() with num_pages = 0
> then switches to common code used non-modified num_pages
> and increments it at the very end.
>
> Though it
On Thu, Jun 25, 2020 at 12:02:53PM +0300, Vasily Averin wrote:
> In current implementation fuse_writepages_fill() tries to share the code:
> for new wpa it calls tree_insert() with num_pages = 0
> then switches to common code used non-modified num_pages
> and increments it at the very end.
>
> Tho
On Thu, Jun 25, 2020 at 11:52 AM Vasily Averin wrote:
>
> In current implementation fuse_writepages_fill() tries to share the code:
> for new wpa it calls tree_insert() with num_pages = 0
> then switches to common code used non-modified num_pages
> and increments it at the very end.
>
> Though it
In current implementation fuse_writepages_fill() tries to share the code:
for new wpa it calls tree_insert() with num_pages = 0
then switches to common code used non-modified num_pages
and increments it at the very end.
Though it triggers WARN_ON(!wpa->ia.ap.num_pages) in tree_insert()
WARNING: C
11 matches
Mail list logo