[Devel] [PATCH 1/2] Export symbol create_pipe_files

Sergey Lysanov slysanov at virtuozzo.com
Wed Jan 30 16:26:05 MSK 2019


---
 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




More information about the Devel mailing list