On Mon, 2019-07-08 at 06:05 -0700, Luke Nowakowski-Krijger wrote: > Hello, > > I got 1 error when applying this patch series to the latest linux-3.16.y > stable branch > > fs/fuse/file.c:218:3: error: implicit declaration of function ‘stream_open’ It is added by the previous patch and declared in . fs/fuse/file.c always includes that (via fs/fuse/fuse_i.h), so I don't see how this error can happen. Ben. -- Ben Hutchings Time is nature's way of making sure that everything doesn't happen at once.