lkml.org 
[lkml]   [2011]   [Aug]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/8] vfs: export do_splice_direct() to modules
    Date
    From: Miklos Szeredi <mszeredi@suse.cz>

    Export do_splice_direct() to modules. Needed by overlay filesystem.

    Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
    ---
    fs/splice.c | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/fs/splice.c b/fs/splice.c
    index fa2defa..263dc3a 100644
    --- a/fs/splice.c
    +++ b/fs/splice.c
    @@ -1300,6 +1300,7 @@ long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,

    return ret;
    }
    +EXPORT_SYMBOL(do_splice_direct);

    static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
    struct pipe_inode_info *opipe,
    --
    1.7.3.4


    \
     
     \ /
      Last update: 2011-08-04 14:57    [W:8.986 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site