Re: [PATCH] splice exports

From: Sam Ravnborg
Date: Fri Mar 31 2006 - 08:26:21 EST


On Thu, Mar 30, 2006 at 11:06:13PM -0500, Jeff Garzik wrote:
/*
> * Passed to the actors
> @@ -567,6 +568,9 @@ ssize_t generic_splice_sendpage(struct i
> return move_from_pipe(inode, out, len, flags, pipe_to_sendpage);
> }
>
> +EXPORT_SYMBOL(generic_file_splice_write);
> +EXPORT_SYMBOL(generic_file_splice_read);
Can we please have them right after the closing brace of the function
defining these function instead.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/