Re: [PATCH 0/2] fuse: fix regression in fuse_get_user_pages()

2014-09-10 Thread Maxim Patlasov
On 09/10/2014 01:51 PM, Miklos Szeredi wrote: On Wed, Sep 03, 2014 at 02:10:23PM +0400, Maxim Patlasov wrote: Hi, The patchset fixes a regression introduced by the following commits: c7f3888ad7f0 ("switch iov_iter_get_pages() to passing maximal number of pages") c9c37e2e6378 ("fuse: switch to

Re: [PATCH 0/2] fuse: fix regression in fuse_get_user_pages()

2014-09-10 Thread Miklos Szeredi
On Wed, Sep 03, 2014 at 02:10:23PM +0400, Maxim Patlasov wrote: > Hi, > > The patchset fixes a regression introduced by the following commits: > > c7f3888ad7f0 ("switch iov_iter_get_pages() to passing maximal number of > pages") > c9c37e2e6378 ("fuse: switch to iov_iter_get_pages()") > Hmm, in

[PATCH 0/2] fuse: fix regression in fuse_get_user_pages()

2014-09-03 Thread Maxim Patlasov
Hi, The patchset fixes a regression introduced by the following commits: c7f3888ad7f0 ("switch iov_iter_get_pages() to passing maximal number of pages") c9c37e2e6378 ("fuse: switch to iov_iter_get_pages()") The regression manifests itslef like this (thanks to Werner Baumann for reporting): > d