The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
For journalled file systems, doing ordered writes on a commit block instead of explicitly doing wait_on_buffer (which is bad for performance) can be a big win. Block drivers supporting this feature should call this function and indicate so.
<<< Previous | Home | Next >>> |
blk_queue_make_request | Up | blk_queue_issue_flush_fn |