blk_queue_write_cache(9) configure queue's write cache

SYNOPSIS

void blk_queue_write_cache(struct request_queue * q, bool wc, bool fua);

ARGUMENTS

q

the request queue for the device

wc

write back cache on or off

fua

device supports FUA writes, if true

DESCRIPTION

Tell the block layer about the write cache of q.

COPYRIGHT