BLK_ATTEMPT_REMERGE

Section: (9)
Updated: 13 April 2004
Index Return to Main Contents

 

NAME

blk_attempt_remerge - attempt to remerge active head with next request  

SYNOPSIS

void blk_attempt_remerge (request_queue_t * q, struct request * rq);  

ARGUMENTS

q
The &request_queue_t belonging to the device
rq
The head request (usually)
 

DESCRIPTION

For head-active devices, the queue can easily be unplugged so quickly that proper merging is not done on the front request. This may hurt performance greatly for some devices. The block layer cannot safely do merging on that first request for these queues, but the driver can call this function and make it happen any way. Only the driver knows when it is safe to do so.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.1.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 11:21:55 GMT, April 13, 2004