On Mon, Jul 08, 2019 at 04:29:22PM +0100, Ben Hutchings wrote: > 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 <linux/fs.h>. > fs/fuse/file.c always includes that (via fs/fuse/fuse_i.h), so I don't > see how this error can happen. > > Ben. > I was actually in another src tree. My mistake. Rebuilding it off of your tree, I get no compilation errors and it boots on my x86_64 machine. > -- > Ben Hutchings > Time is nature's way of making sure that > everything doesn't happen at once. > > Also this is a good thing to remember. Thanks, - Luke