--- fs/pipe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/pipe.c b/fs/pipe.c index ebe696a..24b7577 100644 --- a/fs/pipe.c +++ b/fs/pipe.c @@ -996,6 +996,7 @@ err_inode: iput(inode); return err; } +EXPORT_SYMBOL(create_pipe_files); static int __do_pipe_flags(int *fd, struct file **files, int flags) { -- 1.8.3.1