[Devel] [PATCH 1/2] Export symbol create_pipe_files
    Konstantin Khorenko 
    khorenko at virtuozzo.com
       
    Wed Jan 30 17:42:10 MSK 2019
    
    
  
Please write a proper comment:
- why do we need it
- link to the jira id
- signed-off
--
Best regards,
Konstantin Khorenko,
Virtuozzo Linux Kernel Team
On 01/30/2019 04:26 PM, Sergey Lysanov wrote:
> ---
>  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)
>  {
>
    
    
More information about the Devel
mailing list