Re: [PATCH RESEND] fs/bio.c: remove nr_segs (unused function parameter)

2014-04-22 Thread Jens Axboe
On 04/21/2014 11:21 PM, Fabian Frederick wrote: > nr_segs is no longer used in bio_alloc_map_data since Thanks, applied this one and your biovec_create_pool() patch for 3.16. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH RESEND] fs/bio.c: remove nr_segs (unused function parameter)

2014-04-22 Thread Jens Axboe
On 04/21/2014 11:21 PM, Fabian Frederick wrote: nr_segs is no longer used in bio_alloc_map_data since Thanks, applied this one and your biovec_create_pool() patch for 3.16. -- Jens Axboe -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH RESEND] fs/bio.c: remove nr_segs (unused function parameter)

2014-04-21 Thread Fabian Frederick
nr_segs is no longer used in bio_alloc_map_data since c8db444820a1e3 ("block: Don't save/copy bvec array anymore") Cc: Alexander Viro Cc: Andrew Morton Signed-off-by: Fabian Frederick --- fs/bio.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fs/bio.c b/fs/bio.c

[PATCH RESEND] fs/bio.c: remove nr_segs (unused function parameter)

2014-04-21 Thread Fabian Frederick
nr_segs is no longer used in bio_alloc_map_data since c8db444820a1e3 (block: Don't save/copy bvec array anymore) Cc: Alexander Viro v...@zeniv.linux.org.uk Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- fs/bio.c | 5 ++--- 1 file changed, 2