Re: [GIT PULL] fuse update for 3.19

2015-01-08 Thread Miklos Szeredi
On Mon, Jan 5, 2015 at 6:33 PM, Marc Dionne wrote: > On Mon, Jan 5, 2015 at 1:11 PM, Miklos Szeredi wrote: >> On Wed, Dec 24, 2014 at 12:53:13PM -0400, Marc Dionne wrote: >> >>> Commit 7078187a795f ("fuse: introduce fuse_simple_request() helper") >>> from the above pull request triggers some EIO

Re: [GIT PULL] fuse update for 3.19

2015-01-05 Thread Marc Dionne
On Mon, Jan 5, 2015 at 1:11 PM, Miklos Szeredi wrote: > On Wed, Dec 24, 2014 at 12:53:13PM -0400, Marc Dionne wrote: > >> Commit 7078187a795f ("fuse: introduce fuse_simple_request() helper") >> from the above pull request triggers some EIO errors for me in some >> tests that rely on fuse. >> >> Lo

Re: [GIT PULL] fuse update for 3.19

2015-01-05 Thread Miklos Szeredi
On Wed, Dec 24, 2014 at 12:53:13PM -0400, Marc Dionne wrote: > Commit 7078187a795f ("fuse: introduce fuse_simple_request() helper") > from the above pull request triggers some EIO errors for me in some > tests that rely on fuse. > > Looking at the code changes and a bit of debugging info I think

Re: [GIT PULL] fuse update for 3.19

2014-12-24 Thread Marc Dionne
On Wed, Dec 17, 2014 at 6:02 AM, Miklos Szeredi wrote: > Hi Linus, > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus > > First part makes sure we don't hold up umount with pending async requests. In > addition to being a cleanup, this is a small

Re: [GIT PULL] fuse update for 3.19

2014-12-17 Thread Miklos Szeredi
On Wed, Dec 17, 2014 at 11:19 AM, Miklos Szeredi wrote: > > Yeah, I spotted that and added a separate patch (the last one in that pull). No, sorry, I cock*d up: pushed to for-next, but not to for-linus. Fixed now. Thanks, Miklos -- To unsubscribe from this list: send the line "unsubscribe linux

Re: [GIT PULL] fuse update for 3.19

2014-12-17 Thread Miklos Szeredi
On Wed, Dec 17, 2014 at 11:15 AM, Al Viro wrote: > On Wed, Dec 17, 2014 at 11:02:02AM +0100, Miklos Szeredi wrote: >> Hi Linus, >> >> Please pull from: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus >> >> First part makes sure we don't hold up umount with pending

Re: [GIT PULL] fuse update for 3.19

2014-12-17 Thread Al Viro
On Wed, Dec 17, 2014 at 11:02:02AM +0100, Miklos Szeredi wrote: > Hi Linus, > > Please pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus > > First part makes sure we don't hold up umount with pending async requests. In > addition to being a cleanup, this